Vidyalelo
Data Structure · Q21

Hashing

Programming · Data Structure · question 21

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.
Answer
D.
Reduces the memory usage.

Answer: Option C

Solution

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