hacktoberfest19
hacktoberfest19 copied to clipboard
Add Tower of Hanoi
Created the program to transfer the stack from the starting stack to the final using Tower of hanoi. Checks Performed :
- [X] File added in the proper folder
- [X] Clean Code
- [X] File name is in CamelCase(Upper)
- [X] I performed self review of the code
Features :
- Operation of transfer is performed in the Stack.
- Proper output of the stacks before and after transfer.
- Size and the elements of the stack is Dynamic.