What is the time complexity of an algorithm that iterates over an array of size n?
O(n^2)
O(n)
O(1)
O(log n)

Computing Exercises are loading ...