- ListBasedMap, which represented a map as a linked list of key-value pairs;
- HashMapBackedByLists, which represented a map as an array of buckets, where each bucket was a ListBasedMap, and where hashing was used to associate a key with one of the buckets.
- TreeBasedMap, which represented a map by a binary search tree.
- Making list-based maps and hashmaps thread-safe.
-
Notifications
You must be signed in to change notification settings - Fork 0
14w10/My-Own-Hash-Map
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published