Closed ItIsUday closed 4 years ago
I would like to contribute in c++
I would like to contribute in c . will you please assign me this issue?
@SAKSHI2569 It has already been assigned to shivam.
Can you assign this to me in python
Hi, could I take this in Java?
Feature ✅
Description
Given the number of disks and labels for the towers, displays necessary moves required to solve the Tower of Hanoi problem.
Example
Input: 2 A B C
Output: Move Disk 1 from A to B Move Disk 2 from A to C Move Disk 1 from B to C It took 3 moves in total
Checklist:
I would like to contribute in Python