Vidyalelo
Data Structure · Q137

Hashing

Programming · Data Structure · question 137

Q137

What is the hash function used in multiplication method?

A.
h(k) = floor( m(kA mod 1))
Answer
B.
h(k) = ceil( m(kA mod 1))
C.
h(k) = floor(kA mod m)
D.
h(k) = ceil( kA mod m)

Answer: Option A

Solution

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