Q51
What is the worst case runtime of linear search(recursive) algorithm?
A.
O(n)
AnswerB.
O(logn)
C.
O(n2)
D.
O(nx)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board