A situation in a hash table where two different keys produce the same hash value. What is this concept called?
- A. Sparse matrix
- B. Hash collision ✓
- C. Skip list
- D. Adjacency matrix
Correct answer
B. Hash collision
Explanation
Hash collision refers to a situation in a hash table where two different keys produce the same hash value.