Skip to content

Program reads a list of names and performs hashing algorithm that gives statistics of the min, max, and average number of probes for the first and last 30 entries.

Notifications You must be signed in to change notification settings

sabercoy/Hashing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hash

Program reads a list of names and performs hashing algorithm that gives statistics of the min, max, and average number of probes for the first and last 30 entries. myHashB is 1 based, uses a relative file to store info myHashC is 0 based, uses array to store info user can specify the load factor and linear or random probe

About

Program reads a list of names and performs hashing algorithm that gives statistics of the min, max, and average number of probes for the first and last 30 entries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages