Examveda

What is the purpose of a "hash collision resolution" technique?

A. To balance a binary search tree.

B. To sort elements in a hash table.

C. To handle cases where multiple keys hash to the same index.

D. To improve the speed of hash function computation.

Answer: Option C


This Question Belongs to Data Structure >> Hashing

Join The Discussion

Related Questions on Hashing

In hashing, what is a "collision"?

A. When two elements are stored in the same slot.

B. When a hash table exceeds its capacity.

C. When a hash function fails to produce a unique index.

D. When two keys hash to the same index.