Examveda

What is the time complexity of successful linear search?

A. O(n log n)

B. O(1)

C. O(log n)

D. O(n)

Answer: Option D


This Question Belongs to Data Structure >> Searching Algorithms

Join The Discussion

Related Questions on Searching Algorithms