Q1144
What is the time complexity of the above recursive implementation of binary search?
A.
O(n)
B.
O(2n)
C.
O(logn)
AnswerD.
O(n!)
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board