CS 151: Structured Programming and Elementary Algorithms
Colby College
, Fall 2002
Demo Page
Some demos we've seen in class:
(click to view/download Java source files)
ChainReaction
(recursion, recursive data structures)
RecWoodPile
(recursion, recursive data structures, AWT GUI components)
Drawing Panel Shape Array
(for loops and arrays)
Drawing Panel Shape Array
- Reorder (for loops and arrays -- better)
Drawing Panel Shape Array
- Remove (for loops and arrays -- best)