1.

The complexity of linear search algorithm is _________

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


Discussion

No Comment Found