recategorized by
582 views
1 votes
1 votes

 

Consider the following keys that are hashed into the hash table in the order given using the hash function
$H(i) =  (3i + 5) \ mod \  11 $

12, 44, 13, 88, 23, 94, 11, 39, 20, 16, 5

Where to handle the collision chaining is used, after inserting all the above keys in table if 2 new keys inserted into table the what is the probability new items hashed into empty slot, (upto 2 decimal places) 

recategorized by

Please log in or register to answer this question.

Related questions

3 votes
3 votes
1 answer
2
thor asked Nov 30, 2016
826 views
Suppose there are $11$ slots in a Hash Table. At an instant there are $5$ empty slots and a new element $x$ is inserted in Hash Table. What is the the probablity that new...
0 votes
0 votes
0 answers
4
HeadShot asked Nov 30, 2018
815 views
Anyone please give a solution to solve such question as it is difficult in one go.