0
47kviews
What is Collision and what are different collision resolution techniques.
1 Answer
3
3.4kviews

Situation of collision occurs when more than one keys (hash functions) map to the same location of hashes. In this situation, two or more data elements qualify to be mapped to the same location in hash table.

enter image description here

Collision resolution can be done using two techniques:

1. Open Addressing

2. Chaining …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.