Linear probing

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

A specific form of open addressing, linear probing involves searching for the next available slot in the hash table when a collision occurs.