Get the Code Here:
Welcome to the 2nd part of my Java Hash Tables tutorial. If you missed part 1, definitely watch it first.
In this tutorial, I will cover all of the following and more:
1. Why We Use Prime sized hash tables
2. How to Increase Hash Table Size
3. How to Avoid Clustering
4. How Double Hashing Works
5. How to Find Values in a Double Hashed Hash Table
This video provides many useful algorithms aside from the info on hash tables.