Zolfresh
Jun 2, 2015, 10:08 PM
What is linear probing?
Consider a hash function f defined as f (key) = key mod 13. Suppose I've used linear probing to insert keys 55, 58, 68, 91, 27, 145 in a hash table.
What will be the location of 79 ?
Consider a hash function f defined as f (key) = key mod 13. Suppose I've used linear probing to insert keys 55, 58, 68, 91, 27, 145 in a hash table.
What will be the location of 79 ?