Recent questions tagged linear-probing

0 votes
1 answer
3
4 votes
2 answers
11
A hash table with $10$ buckets with one slot pet per bucket is depicted here. The symbols, $S1$ to $S7$ are initially entered using a hashing function with linear probing...
0 votes
1 answer
12
2 votes
1 answer
14
3 votes
3 answers
15
5 votes
1 answer
16
A Hash Function $f$ defined as $f(key)= key \mod 7$. With linear probing while inserting the keys $37,38,72,48,98,11,56$ into a table indexed from $0$, in which location ...
1 votes
2 answers
17
A hash table can store a max of 10 records, currently, there are records in locations 1,3,4,7,8,9,10. The probability of a new record going into location 2,with a hash fu...
To see more, click for the full list of questions or popular tags.