|
The Towers of Hanoi
Move the circles from square A to square C
in the smallest number of moves with the following rules:
1. only one circle can be moved at a time
2. a circle can be moved to a square if it will be the largest
in that square
3. only the largest circle in a square can be moved to another
square
Representation 1:
Representation 2:
 Cups are stacked on top of each other. A larger one must be on top of the smaller one at all times.
Representation 3: The towers of Hanoi.
|