Vidyalelo
Data Structure · Q124

Hashing

Programming · Data Structure · question 124

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
Answer
D.
H(x) = x mod 17

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board