Open addressing

Home > Computer Science > Algorithms and data structures > Hash Tables > Open addressing

Another collision resolution technique, open addressing involves finding an available slot in the hash table when a collision occurs.