recategorized by
632 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

1.4k
views
1 answers
0 votes
Ram Swaroop asked Jan 27, 2019
1,428 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 is_Answer 1.647
610
views
1 answers
0 votes
Anusha Motamarri asked Dec 6, 2016
610 views
anybody give detailed explnation please
736
views
1 answers
1 votes
Vishal Goyal asked Dec 6, 2016
736 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 elements, if we used simple uniform hashing?