Page 1 of 1

What is the hash function used in linear probing?

Posted: Wed Jul 13, 2022 7:43 pm
by answerhappygod
a) H(x)= key mod table size
b) H(x)= (key+ F(i2)) mod table size
c) H(x)= (key+ F(i)) mod table size
d) H(x)= X mod 17