in Algorithms edited by
1,419 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.

in Algorithms edited by
1.4k views

3 Comments

i can't understand . why made easy give incorrect answer for many questions .

suffers from -

Linear probing :- primary clustering and secondary clustering

Quadratic probing :- secondary clustering
1
1
what is the made easy solution?
0
0
Almost all test series providing either incorrect solutions or unclear questions. Gate overflow is better you can discuss answers.

In made easy test series aptitude difficulty is much different than original gate.
0
0

1 Answer

0 votes
0 votes
I : 1st is true. 2nd is false. 3rd is true

ME: 1st and 2nd are false, 3rd is true.

1 comment

2
2

Related questions

0 votes
0 votes
2 answers
1