Project 3 Hash Table Code

This hash table should be used within Project 3. If you need to run tests seperately on your hash table, there is a provided test driver (testHash.cc), but you should also consider writing your own! Compiling the test driver should be done with the following command:

       g++ -Wall -ansi -g HashTableInst.cc testHash.cc

HashTable.hh and HashTable.cc
Hash table specification and implementation

testHash.cc
Simple unit test for a hash table


Comments to the course staff (cse326-team@cs.washington.edu)