+ 1
Please who can explain the idea behind the tower of Hanoi and how to implement it using java.
Tower of Hanoi in java
2 ответов
+ 3
Tower of Hanoi is one of the most popular exercise in learning iterative (looping) algorithms. Look into control structures (constructs)
+ 1
Thank you