1.

Q: The complexity of linear search algorithm is

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


Discussion

No Comment Found