250 views
0 votes
0 votes

Consider the following keys that are hashed into the hash table in the given order using the hash function H(key) = key mod 11.
12, 44, 13, 88, 23, 94, 11, 39, 20, 16, 21
Where hash table using quarditic probing of (key, i) = (H (key) + i) mod11 to handle the collisions, after inserting the above keys in table. Then find the number of keys cannot go inside the hash table ________
(value will be a whole number).

Please log in or register to answer this question.

Related questions

0 votes
0 votes
3 answers
1
0 votes
0 votes
1 answer
2
amitarp818 asked Nov 28, 2023
630 views
Consider the following array of elements<96,42,50,17,15,5,7,11,39,23,6,9,19,100,12>The minimum number of interchanges using buildheap needed to convert it into a max heap...
1 votes
1 votes
1 answer
3
Anmol pratap singh asked Jul 8, 2023
602 views
0 votes
0 votes
1 answer
4