edited by
1,421 views
0 votes
0 votes

Identify the false statements
1. Linear probing suffers from both primary clustering and secondary clustering.
2. Quadratic probing suffers from both primary clustering and secondary clustering.
3. Double hashing do not suffers from primary clustering but suffers from secondary clustering only to a small extent.

edited by

1 Answer

Related questions

0 votes
0 votes
2 answers
1
altamash asked Nov 5, 2018
2,578 views
can any one explain double hashing example
6 votes
6 votes
0 answers
2
MiNiPanda asked Jan 21, 2018
2,339 views
Please explain primary and secondary clustering in brief. I tend to forget their difference because their definitions seem quite similar to me. And also, which one is tru...
0 votes
0 votes
2 answers
4
rahul sharma 5 asked Dec 4, 2017
1,682 views
S1 :- if load factor of hash table is less than 1 then there are no collisionS2:- As the size of hash table increases, the number of collisions will decrease.True false?