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

Join The Discussion