Vidyalelo
Data Structure · Q17

Hashing

Programming · Data Structure · question 17

Q17

What is the main goal of a good hash function?

A.
To minimize memory usage.
B.
To sort keys in ascending order.
C.
To uniformly distribute keys across the hash table.
Answer
D.
To generate the maximum number of collisions.

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board