Double Hashing
Term side of the Card
Topic: Hash Table
Unit title: Double Hashing
Categories: Concept
Explanation side of the Card
Explanation: The technique in which two hash functions are used to resolve collisions. The first hash function determines the initial index, while the second function provides an offset to locate the next available slot.