Q83
What is the best case runtime of linear search(recursive) algorithm on an ordered set of elements?
A.
O(1)
AnswerB.
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