Project 3 Info. Page for sections 4, 5, 6, and 7 (Wesley Turner's sections)

Currently under construction!

Groups:

For Project 3, you can work in groups of up to 3 people.  All groups, regardless of size, will we graded using the same criteria.

Submission:

Although you are working on two separate programs (map version and hash table version), you should only submit one tar file. Therefore, it is important that all your file names be unique, i.e., you should not have two main.cpp files.  Instead, you should have main_map.cpp for the map version and main_hash.cpp for the hash table version. Alternatively, you may use macros to define conditional compile instructions. If you do not understand that last sentence, use separate files.

Please read the submission guidelines for project 3.  Some of the details have changed.

Hints: