Vidyalelo
Data Structure · Q64

Hashing

Programming · Data Structure · question 64

Q64

What is the search complexity in direct addressing?

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