Vidyalelo
Data Structure · Q87

Hashing

Programming · Data Structure · question 87

Q87

What is the hash function used in the division method?

A.
h(k) = k/m
B.
h(k) = k mod m
Answer
C.
h(k) = m/k
D.
h(k) = m mod k

Answer: Option B

Solution

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