🧠 Data Structures Quiz

Time Left: 10s

1. What is the time complexity to access an element in an array using the index?

O(1)
O(n)
O(log n)
O(n²)