This is a raw version of a hash map written in Python. But the implementation is in Java's strategy including hash code function, bucket index calculation and resizing routine. This strategy distributes the key-value pair in the hash map evenly, avoids collision very well and reduces resizing workload a lot. There still many things to explore and refine in this very important data structure.
-
Notifications
You must be signed in to change notification settings - Fork 0
guangled/my-hash-map
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
My hash map written in Python
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published