retagged by
423 views
2 votes
2 votes

The keys 25, 6, 37, 79, 51, 13 and 31 are inserted into an initially empty hash table of length 7 using open addressing with hash function h(k)=k mod 7 and linear probing. What is the number of collision if linear probing is used to resolve the collision?

  1. 8
  2. 9
  3. 11
  4. 10
retagged by

1 Answer

Related questions

2 votes
2 votes
1 answer
2
0 votes
0 votes
1 answer
3
Ray Tomlinson asked Aug 9, 2023
515 views
Numerical Answer Type Que?(please Try to give some ahortcut trick also or important concept is there to solve that question )