Quizora
Data Structures — Arrays & Linked Lists
00:00:00
Exit
1.
What is the time complexity of accessing an element in an array by index?
A.
O(1)
B.
O(log n)
C.
O(n)
D.
O(n²)