Skip to content

A more generalized and extended solution to the Hanoi Tower puzzle. [FINISHED]

Notifications You must be signed in to change notification settings

yifeiyin/Hanoi-Puzzle-Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

This is a program which solves the Hanoi Puzzle using recursive method. Code shown here is definitely not the most concise nor optimal approach since most of "things" are objectified. Number of disks can be esaily changed in the first few lines of code.

I am trying to generalize the program, making it can find a path from any positioning to another one.

You can find more about this puzzle on Wikipedia: Tower of Hanoi.

About

A more generalized and extended solution to the Hanoi Tower puzzle. [FINISHED]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages