1.

The complexity of Binary search algorithm is _________

A. O(n)
B. O(logn)
C. O(n²)
D. O(n log n)
Answer» C. O(n²)


Discussion

No Comment Found