Q:11 The complexity of Binary search algorithm is
O O(n)
O(log)
0(n^2)
O(n log n)
Answers
Answered by
0
Answer:
b is the correct answer..
Answered by
1
Explanation:
The complexity of Binary search algorithm is (log)
Similar questions