Examveda

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: Option A


This Question Belongs to Data Structure >> Arrays In Data Structures

Join The Discussion

Related Questions on Arrays in Data Structures