Vidyalelo
Data Structure · Q41

Hashing

Programming · Data Structure · question 41

Q41

What is the main advantage of using a hash function that distributes values uniformly across the hash table?

A.
Increased complexity of the hash function.
B.
Faster computation of hash values.
C.
Reduced likelihood of collisions.
Answer
D.
Decreased memory usage.

Answer: Option C

Solution

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