1.

The hash function used in double hashing is of the form:

A. (A) h(k, i)=(h1(k)+h2(k)+i)mod m
B. h(k, i)=(h1(k)+h2(k)-i)mod m
C. h(k, i)=(h1(k)+ih2(k))mod m
D. h(k, i)=(h1(k)-ih2(k))mod m
Answer» D. h(k, i)=(h1(k)-ih2(k))mod m


Discussion

No Comment Found