Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) O(n)
b) O(n2)
c) O(n3/2)
d) O(1)