Description
There is a hash table with indeces 0 to 10.
Use the hash function( Hash(N) = N mod 11) and Linear Probing (when overflow) to insert the following 11 numbers into the hash table.
The numbers are: 101, 153, 121, 15, 65, 237, 335, 666, 186, 891, 434.
What are the contents of the hash table in the end?
Index 0 1 2 3 4 5 6 7 8 9 10
Value