1.

The complexity of Binary search algorithm is

A. a.    O(n)
B. b.    O(log )
C. c.    O(n2)
D. d.    O(n log n)
Answer» C. c.    O(n2)


Discussion

No Comment Found