Vidyalelo
Data Structure · Q1144

Miscellaneous on Data Structures

Programming · Data Structure · question 1144

Q1144

What is the time complexity of the above recursive implementation of binary search?

A.
O(n)
B.
O(2n)
C.
O(logn)
Answer
D.
O(n!)

Answer: Option C

Solution

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