Vidyalelo
Data Structure · Q27

Hashing

Programming · Data Structure · question 27

Q27

What is the primary disadvantage of using a hash function with poor randomness?

A.
Increased memory usage.
B.
Faster computation of hash values.
C.
Increased number of collisions and poor distribution of keys.
Answer
D.
Better performance in load-balanced tables.

Answer: Option C

Solution

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