Vidyalelo
Data Structure · Q33

Hashing

Programming · Data Structure · question 33

Q33

What is the result of a poor choice of hash function on a hash table's performance?

A.
Increased number of collisions and reduced efficiency.
Answer
B.
Decreased memory usage.
C.
Improved search times.
D.
Decreased need for resizing.

Answer: Option A

Solution

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