Introduction - If you have any usage issues, please Google them yourself
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