1.

What is the worst case time complexity of linear search algorithm?

A. (1)
B. (n)
C. (log n)
D. (n2)
Answer» C. (log n)


Discussion

No Comment Found