yifeiyin / Hanoi-Puzzle-Solution

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]


Languages

Language:C++ 100.0%