recategorized by
577 views
0 votes
0 votes

 

What is the number of collisions while doing insert operation on the hash table? 

Options are 

3

4

5

6

Answer is 4

Can anyone tell me how? 

 

​​

recategorized by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
2
Ram Swaroop asked Jan 27, 2019
1,312 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
695 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...