CS 2213 Advanced Programming, Fall 2000 Programming Assignment 2 Comments
This assignment was graded on a basis of 30 points.
- See the comments from Lab Assignment 5
- Use symbolic values for the HASH_ENTRY constants
- You must check to see of a string is already in the hash table before
adding it (3 points off if you did not).
- You must remember to wrap around when you get to the end of the table.