Vidyalelo
Data Structure · Q157

Hashing

Programming · Data Structure · question 157

Q157

In simple uniform hashing, what is the search complexity?

A.
O(n)
B.
O(logn)
C.
O(nlogn)
D.
O(1)
Answer

Answer: Option D

Solution

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