Examveda

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

A. O(n)

B. O(log n)

C. O(1)

D. O(n log n)

Answer: Option A


This Question Belongs to Data Structure >> Searching Algorithms

Join The Discussion

Related Questions on Searching Algorithms