Examveda

What is the worst case runtime of linear search(recursive) algorithm?

A. O(n)

B. O(logn)

C. O(n2)

D. O(nx)

Answer: Option A


This Question Belongs to Data Structure >> Searching Algorithms

Join The Discussion

Related Questions on Searching Algorithms