Class | Description |
---|---|
MyStack<E> |
The MyStack class represents a last-in-first-out (LIFO) stack of objects.
|
MyStackTestProgram | |
StdDraw |
The
StdDraw class provides a basic capability for
creating drawings with your programs. |
TowersOfHanoi |
ACKNOWLEDGEMENTS:
This assignment was heavily copied from the wonderfully competent faculty at Princeton University.
|
TowersOfHanoi.Move |
The Move class represents the action of moving one disc between pegs.
|
UserInterface |
Draws the Tower of Hanoi puzzle with poles and discs.
|