Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 370 Bytes

File metadata and controls

19 lines (11 loc) · 370 Bytes

hashAlgorithmTester

(Ryan Welzel 4/10/2025)

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)