You are viewing a single comment's thread. Return to all comments →
Is it me or is the second example wrong?
post = [4,2,2,1]
Moves:
1- Disk 2 to rod 3 [4,3,2,1]
2- Disk 3 to rod 1 [4,3,1,1]
3- Disk 2 to rod 1 [4,1,1,1]
4- Disk 1 to rod 1 [1,1,1,1]
That’s 4 moves to reset the game, not three as indicated in the example. Where am I wrong?
Gena Playing Hanoi
You are viewing a single comment's thread. Return to all comments →
Is it me or is the second example wrong?
post = [4,2,2,1]
Moves:
1- Disk 2 to rod 3 [4,3,2,1]
2- Disk 3 to rod 1 [4,3,1,1]
3- Disk 2 to rod 1 [4,1,1,1]
4- Disk 1 to rod 1 [1,1,1,1]
That’s 4 moves to reset the game, not three as indicated in the example. Where am I wrong?