Vidyalelo
Data Structure · Q45

Searching Algorithms

Programming · Data Structure · question 45

Q45

What is the time complexity of hash search in the worst case?

A.
O(n)
Answer
B.
O(log n)
C.
O(1)
D.
O(n log n)

Answer: Option A

Solution

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