edited by
647 views
0 votes
0 votes
Consider the following keys that are hashed into the hash table in the order given using the hash function H(i) = (3i+5)mod11.

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, what is the probability new items hashed into empty slot?(upto 2 decimal places)
edited by

1 Answer

Related questions

0 votes
0 votes
1 answer
1
Ram Swaroop asked Jan 27, 2019
1,305 views
Consider the hashing table with 'm' slots and 'n' keys. If the expected number of probes in unsuccessful search is 3. The expected number of probes in a successful search...
0 votes
0 votes
1 answer
3
1 votes
1 votes
1 answer
4
Vishal Goyal asked Dec 6, 2016
693 views
Suppose we used a hash function H(n) to hash ‘n’ distinct elements (keys) into an array T of length ‘m’. What is the expected number of colliding pairs of element...