What is the minimum possible time complexity to find the number of steps to reach the end of an array? Q & A › Category: Data Structure › What is the minimum possible time complexity to find the number of steps to reach the end of an array? 0 Vote Up Vote Down Admin Staff asked 4 years ago 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) Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading... 1 Answers 0 Vote Up Vote Down Admin Staff answered 4 years ago a) O(n) Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading...