Q146
What is the minimum possible time complexity to find the number of steps to reach the end of an array?
A.
O(n)
AnswerB.
O(n2)
C.
O(n3/2)
D.
O(1)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board