Determine the time complexity of accessing an element in an array.
O(log n)
O(n)
O(1)
O(n^2)

Software Development and Programming Exercises are loading ...