Vidyalelo
Data Structure · Q39

Hashing

Programming · Data Structure · question 39

Q39

What is the effect of increasing the size of a hash table on performance?

A.
It generally reduces the load factor and collisions.
Answer
B.
It increases the load factor and collisions.
C.
It decreases memory usage.
D.
It does not affect performance.

Answer: Option A

Solution

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