hacktoberfest19 icon indicating copy to clipboard operation
hacktoberfest19 copied to clipboard

Add Tower of Hanoi

Open mr-ayush-agrawal opened this issue 2 years ago • 0 comments

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.

mr-ayush-agrawal avatar Oct 22 '22 20:10 mr-ayush-agrawal