289 views

1 Answer

0 votes
0 votes
It means number of keys to be inserted in the hash table should be less than or equal to the hash table size

for example-if there are 10 keys {1,2,3,4,5,6,7,8,9,10} then the size of hash table should be greater than or equal to 10.

Related questions

0 votes
0 votes
1 answer
1
tishhaagrawal asked Dec 16, 2023
354 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,313 views