Double hashing

Home > Computer Science > Algorithms and data structures > Hash Tables > Double hashing

A more complex form of open addressing, double hashing involves using a second hash function to calculate the next available slot when a collision occurs.