398 views
1 votes
1 votes

which is correct method for QP :

1)  h(k,i)=(h(k)+c_{1}i+c_{2}i^{2}){\pmod  {m}}

2) H(k) = (H+ i^2)mod m

Please log in or register to answer this question.

Related questions

3 votes
3 votes
1 answer
1
firki lama asked Jan 17, 2017
1,161 views
Given the input sequence {11,33,43,79,19} and hash table of size 10 with the hash function h(k)=k mod 10. If hash tables uses quadratic probing,the number of collisions o...
5 votes
5 votes
3 answers
2
mcjoshi asked Aug 30, 2016
5,597 views
Keys $9,19,29,39,49,59,69$ are inserted into a hash Table of size $10$ $(0-9)$ using the hash function $H = k mod 10$ and Quadratic Probing is used for collision resoluti...
2 votes
2 votes
2 answers
3
anurag_am asked May 23, 2015
932 views
How are elements deleted in linear probing ?(a) Deletion is not allowed(b) they are changed to zero(c) they are marked deleted(d) unchecked deallocation(e) None of the ab...