Skip to content

nacenik/LongMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

long-map

Completed the development of classes that implement the LongMap interface. They are a hash table (like a HashMap) with different storage strategies:

  • LongHashMap - records with the same hashes are stored in the singly linked list for every bucket.
  • LongOpenAddressingMap - all records are stored in the bucket array itself.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages