Q.

What is the average case time complexity of binary search using recursion?

A. O(nlogn)
B. O(logn)
C. O(n)
D. O(n2)
Answer» B. O(logn)
3.6k
0
Do you find this helpful?
14

View all MCQs in

Data Structures (DS)

Discussion

No comments yet