Q21
What is the main advantage of using double hashing over linear probing?
A.
Simplifies the hash function.
B.
Increases the load factor of the hash table.
C.
Reduces clustering of elements.
AnswerD.
Reduces the memory usage.
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board