Vidyalelo
Data Structure · Q83

Searching Algorithms

Programming · Data Structure · question 83

Q83

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

A.
O(1)
Answer
B.
O(n)
C.
O(logn)
D.
O(nx)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board