Quadratic probing

Home > Computer Science > Algorithms and data structures > Hash Tables > Quadratic probing

Another form of open addressing, quadratic probing is similar to linear probing but uses a quadratic function to calculate the next available slot.