Skip to content

VersBinarii/khmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

khmap - Open addressing hash map with double hashing.

=======================================================

The approach used here is the open addressing and double hashing is used to solve collisions. List size is always extended to a prime number to further help with collision resolution.

About

Open addressing hash map with double hashing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published