Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:40 pm
by answerhappygod
a) O(n)
b) O(2n)
c) O(logn)
d) O(n!)