Time Complexity of Array Element Access: The time complexity of accessing an element at a specific index in an array is:
O(n)
O(log n)
O(1)
O(n^2)

Data Structures and Algorithms Exercises are loading ...