1.

The complexity of linear search algorithm is

A. O(n)
B. O(log n)
C. O(n<sup>2</sup>)
D. O(n log n)
Answer» B. O(log n)


Discussion

No Comment Found