Programming Resources
For Fun and Learning
Charles Cusack
Computer Science
Hope College
main
Python
C++
BST
BinarySearch
DLListExamples
DynamicMemory
Factorial
Hanoi-Array
Hanoi-Stack
Description
Makefile
hanoi.cpp
hanoi.h
solvehanoi.cpp
stack.cpp
stack.h
Download zip
Download tar/gzip
INTEGER
LList
Parameters
Queens
Queue
Random
Sorts
Stack
Stack-Array
TimingThings
TimingThings-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.