Vidyalelo
Data Structure · Q103

Hashing

Programming · Data Structure · question 103

Q103

What is the hash function used in Double Hashing?

A.
(h1(k) - i*h2(k))mod m
B.
h1(k) + h2(k)
C.
(h1(k) + i*h2(k))mod m
Answer
D.
(h1(k) + h2(k))mod m

Answer: Option C

Solution

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