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

Python

C++


JAVA
PHP
SQL
Alice

Hanoi-Stack


Description

Download zip file (Right click)
Download tar/gzip file (Right click)

Makefile
hanoi.cpp
hanoi.h
solvehanoi.cpp
stack.cpp
stack.h

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.