Skip to content

00ryanwelzel/hashAlgorithmTester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Wrote a test script a bit ago to determine the clumping of hash algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published