Q124
What is the formula used in quadratic probing?
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
AnswerD.
H(x) = x mod 17
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board