MCQOPTIONS
Saved Bookmarks
| 1. |
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(n<sup>2</sup>) |
| C. | O(n<sup>3/2</sup>) |
| D. | O(1) |
| Answer» B. O(n<sup>2</sup>) | |