747 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  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).

I can't understand what is "i"

is it number of collision?

1 Answer

Related questions

0 votes
0 votes
0 answers
1
Vikas123 asked Dec 27, 2018
422 views
IS IT CORRECT…??
0 votes
0 votes
3 answers
2
0 votes
0 votes
1 answer
3
amitarp818 asked Nov 28, 2023
607 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
4
Anmol pratap singh asked Jul 8, 2023
597 views