Data Structures

Choose the correct description of Hash collision.

Correct answer

D. A situation in a hash table where two different keys produce the same hash value.

Explanation

Hash collision refers to a situation in a hash table where two different keys produce the same hash value.