Test script to determine clumping for a given hashing algorithm.
Features:
- Simulates a hash table with given input files
- Returns the data spread
Requirements:
- C++11 compatable compiler (g++ clang++ etc)
Note:
- The first line of any input file must dictate the size of the hash table. (5 <= len <= 100)