cs240
2011-11-08 18:42:58 UTC
Hi all,
I posted a sample input and output file for you to test your hash table.
You can download the files from the assignment page of the course website.
Please note the following before submitting your code:
1. You have included a makefile (the file name should be in all lower
case letters) in your submission.
2. Your program checks for invalid commands and issues error messages if
the commands start with letters other than c,s,i,d or q.
3. All error messages should be printed to stderr instand of stdout.
Vivian
CS240 Tutor
I posted a sample input and output file for you to test your hash table.
You can download the files from the assignment page of the course website.
Please note the following before submitting your code:
1. You have included a makefile (the file name should be in all lower
case letters) in your submission.
2. Your program checks for invalid commands and issues error messages if
the commands start with letters other than c,s,i,d or q.
3. All error messages should be printed to stderr instand of stdout.
Vivian
CS240 Tutor