Page 1 of 1

What is the formula used in quadratic probing?

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