Examveda

What is the best case runtime of linear search(recursive) algorithm on an ordered set of elements?

A. O(1)

B. O(n)

C. O(logn)

D. O(nx)

Answer: Option A


This Question Belongs to Data Structure >> Searching Algorithms

Join The Discussion

Related Questions on Searching Algorithms