Explain the collision resolution technique using linear probing method?
Answers
Answered by
0
Explanation:
A hash collision occurs when the hash function maps a key into a cell that is already occupied by a different key. Linear probing is a strategy for resolving collisions, by placing the new key into the closest following empty cell.
Similar questions