An open API service indexing awesome lists of open source software.

https://github.com/lvmalware/hanoi


https://github.com/lvmalware/hanoi

algorithm hanoi hanoi-puzzle hanoi-towers recursion solver tower vbnet visual-basic

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

          

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.