1.

The complexity of a linear search algorithm is

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


Discussion

No Comment Found