Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd Hashmap implementation with open addressing #1380
Closed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
benefits: faster than chaining when the load factor is low
could also add make bucket array larger functionality when load factor > .7