I get compiler errors when trying to compile the provided code without changing anything. What is wrong?
The provided code was not intended to compile without first filling in the missing methods. None of the methods return anything but most of them should and so this will cause compiler errors. For those using C++, it also assumes that you have an instance variable tableSize which holds the size of the hash table, and you need to provide the DictionaryRecord class. I’ve put a very basic one in DictionaryRecord.h for you. You’ll need to add this to the first line of the lines that create the object (.o) files in the makefile for everything put SeqReader.o. If there are questions just let me know.