1.

The complexity of linear search algorithm is____________.

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


Discussion

No Comment Found