Collision resolution

Home > Computer Science > Algorithms and data structures > Hash Tables > Collision resolution

When two or more keys are mapped to the same index within a hash table, collision resolution techniques must be used to avoid data loss or inefficiency.