C Implementation of various forms of hash table, and investigation into performance
Report investigates relationships between collision ratio and load factor.
See Part4.ipynb for graphs and tabulated results (self documented) md See Report.pdf for a report discussing results.
See AssignmentSpec.pdf for assignment specification
genData.sh folder contains shell scripts used to generate data for Part4.ipynb. Doing this again - these scripts would all be in a single script, and then wrapped in another script which appropriately feeds arguments.