1.

What is the worst case run-time complexity of binary search algorithm?

A. (n2)
B. (nlog n)
C. (n3)
D. (n)
Answer» E.


Discussion

No Comment Found