Programming (12th Grade)
Complexity Analysis
What is the time complexity of accessing an element in an array?
O(1)
O(n)
O(log n)
O(n^2)