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.
AnswerD.
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