Vidyalelo
Data Structure · Q146

Arrays in Data Structures

Programming · Data Structure · question 146

Q146

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

A.
O(n)
Answer
B.
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