Programming Resources
For Fun and Learning
Charles Cusack
Computer Science
Hope College
main

Python

C++


JAVA
PHP
SQL
Alice

Hanoi-Stack


Description
Hanoi-Array contains a solution to the Towers of Hanoi problem based on an stack. The program displays the solution step by step.

If you compare this solution with the Hanoi-Array, you will see that this one is much simpler.