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 Hanoi solver that can solve for the classic puzzle with 3 rods and any number of disks.
It can also solve some variations of the same problem, like a Hanoi-like problem with N rods (where N is for this application limited to 10) and N discs.