Vidyalelo
Data Structure · Q37

Hashing

Programming · Data Structure · question 37

Q37

What is a common drawback of quadratic probing in hash tables?

A.
It is less efficient than linear probing.
B.
It has slower insertion times.
C.
It may lead to secondary clustering.
Answer
D.
It requires more memory than chaining.

Answer: Option C

Solution

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