Data Structures

A situation in a hash table where two different keys produce the same hash value. What is this concept called?

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.