1.

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


Discussion

No Comment Found