> CS515 Data Structures, Spring 2008

CS515 Data Structures, Spring 2008

Instructor
Alejo Hausner (ah AT cs.unh.edu)
Office Hours: Thursday, 2:30-5pm, Kingsbury W235.

Grader
Chaoyi Yin (chaoyi.yin AT gmail.com)

Office Hours: TBA

Teaching Assistant
Tom Fogal (tfogal AT cisunix.unh.edu)
Office Hours: TBA

Course Information
This course is an introduction to data structures.

Java Language

Java Sun Microsystems (who created Java) have a tutorial on the language: java.sun.com/docs/books/tutorial

I have also prepared some examples showing how to do common tasks in java: Look here .

Finally, you will sometimes need a reference to commonly-used Java classes. All the classes are documented in their packages at the API documentation page: java.sun.com/j2se/1.5/docs/api, but you may need specific class documentation:

Recitations
Recitations will be held on Thursdays (1:10pm to 2pm), for the first few weeks of the course, and occasionally thereafter. To prepare for the recitations, please consider the following questions:

Assignments