Examveda

What is the best case time complexity of linear search?

A. O(n log n)

B. O(log n)

C. O(1)

D. O(n)

Answer: Option C


This Question Belongs to Data Structure >> Searching Algorithms

Join The Discussion

Related Questions on Searching Algorithms