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