1.

What is the minimum possible time complexity to find the number of steps to reach the end of an array?

A. O(n)
B. O(n2)
C. O(n3/2)
D. O(1)
Answer» B. O(n2)


Discussion

No Comment Found