Vidyalelo
Data Structure · Q171

Hashing

Programming · Data Structure · question 171

Q171

Which hash function satisfies the condition of simple uniform hashing?

A.
h(k) = lowerbound(km)
Answer
B.
h(k)= upperbound(mk)
C.
h(k)= lowerbound(k)
D.
h(k)= upperbound(k)

Answer: Option A

Solution

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