This is the site of John Clark's CS 3320 page.
The Class Syllabus
Assignments
Other Information
Any code we are working on in class is readable on vulcan.
/home/jclark/class_code/fall_09/3320/
Wikipedia links
STL usage
In 3320 you can feel free to use the following stl types :
stack, queue, deque, list, vector, string, and pair. The algorithms
functions like swap, sort, and find, functions may also be used.
You may NOT use any of the associative containers, or adaptors
to them, these are the [multi]map and [multi]set types.