1.

What is the hash function used in linear probing?

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


Discussion

No Comment Found