Examveda

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

A. O(n2)

B. O(n log n)

C. O(n)

D. O(log n)

Answer: Option C


This Question Belongs to Data Structure >> Searching Algorithms

Join The Discussion

Related Questions on Searching Algorithms