Skip to main content
Loading page content
Algo
Flow
Visualizers
Mental Math
Dashboard
Log in
Sign up
Back to Visualizer
Question 1 of 5
Access
• Access by Index
What is the time complexity of accessing an array element by its index?
A
O(n)
B
O(log n)
C
O(1)
D
O(n log n)