Vidyalelo
Data Structure · Q116

Hashing

Programming · Data Structure · question 116

Q116

What is the running time of double hashing?

A.
Theta(m)
Answer
B.
Theta(m2)
C.
Theta(m log k)
D.
Theta(m3)

Answer: Option A

Solution

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