shivanshugarg12800 / Algo_GT

This is the Master Repository for all the different algorithms in the world of DSA, be it in any language C++, Java, Python etc.....
12 stars 37 forks source link

Tower of Hanoi #23

Closed anujkumar070 closed 3 years ago

anujkumar070 commented 3 years ago

Tower of Hanoi which is a classic puzzle. It can be easily solved by using Recursion.