Skip to content

A recursive solver for the towers of Hanoi puzzle of variable size

Notifications You must be signed in to change notification settings

Fittiboy/recursive_hanoi_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Towers of Hanoi solver

Simply run recursive_hanoi.py and enter the height of your tower. It will then give you a step by step solution to the puzzle.