retagged by
1,017 views
0 votes
0 votes

Consider an initially empty hash table of length 10. Following set of keys are inserted using open addressing with hash function h(k) = k mod 10 and linear probing.


The number of different insertion sequence of the key values using the given hash function and linear probing will result in the hash table shown in above?

 

(given ans is 128 but i am getting 288)

retagged by

1 Answer

Related questions

0 votes
0 votes
1 answer
1
tishhaagrawal asked Dec 16, 2023
350 views
Below is my approach to solving this question, can anyone please explain if I am doing it the right way?Let X = #free slotssince, m =7 and n = 3So, $4 \leqslant x\leqsla...
3 votes
3 votes
2 answers
4
ben10 asked Sep 15, 2018
1,310 views