You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A* solver for towers of hanoi. Based on 'introduction to artificial intelligence' by peter norvig. Includes a console based animation of each move for the discovered path.
A general way of doing A*, applied to towers of hanoi. As described by Peter
Norvig.
Animating
You can run an animated version of the shortest path in your terminal:
hanoi 3 5
The first argument is the number of disks, the second the number of pegs.
About
A* solver for towers of hanoi. Based on 'introduction to artificial intelligence' by peter norvig. Includes a console based animation of each move for the discovered path.