1.

The time complexity of linear search algorithm over an array of n elements is

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


Discussion

No Comment Found