Description: Hanoi algorithm
1 there are three poles of A, B, C. There are a number of plates on the A
2 each move a plate, the small can only be stacked on top of the big
3 move all plates A to C
The following example Hanoi algorithm
To Search:
File list (Check if you may need any files):
MainClass\MainClass.txt
MainClass