bhavinjawade / Advanced-Data-Structures-with-Python

Python implementations of Advanced Data Structures and Algorithms. With each code, there is an associated markdown for explanation and applications of that algorithm or data structure.
MIT License
111 stars 58 forks source link

Implementations of Tower of Hanoi using recursive method. #18

Closed Amitsharma45 closed 3 years ago

Amitsharma45 commented 3 years ago

16

Adding Implementations of Tower of Hanoi using recursive method.

bhavinjawade commented 3 years ago

Hi @Amitsharma45 ,

Thanks for your contribution. 2 reasons I can't accept the pull request right away:

  1. Plagiarism: Please do not use code directly from geeksforgeeks. Instead, try writing the code from scratch.
  2. Please write an explanation for Tower of Hanoi and your code. Add the markdown for the same to the repository.

Let me know if you have any questions.