Please who can explain the idea behind the tower of Hanoi and how to implement it using java. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please who can explain the idea behind the tower of Hanoi and how to implement it using java.

Tower of Hanoi in java

28th Dec 2018, 9:47 AM
Oden David
Oden David - avatar
2 Answers
+ 3
Tower of Hanoi is one of the most popular exercise in learning iterative (looping) algorithms. Look into control structures (constructs)
29th Dec 2018, 1:30 PM
Da2
Da2 - avatar
+ 1
Thank you
29th Dec 2018, 1:57 PM
Oden David
Oden David - avatar