retagged by
2,511 views

1 Answer

0 votes
0 votes

Ans = C option.

 

O(logn) because in worst case the height of recursive tree is logn levels!

Related questions

1 votes
1 votes
1 answer
1
A_i_$_h asked Jul 24, 2017
415 views
A binary search algorithm is implemented using recurrsionthen what is the space and time complexity?
4 votes
4 votes
1 answer
3