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 #102

Open Jiren2N opened 2 years ago

Jiren2N commented 2 years ago

Tower of Hanoi is a mathematical puzzle which shows the process of how counting could be seen as a recursive process, involving two solutions one recursive and one binary.

prachigarg19 commented 2 years ago

I can do the reccursive solution in java. Please assign me this issue

MercheLorenzo commented 2 years ago

Could I work on this? Thank you!

Sajal193 commented 2 years ago

I'd like to contribute. I can provide solution in C++.