Skip to main content

Data Structures Challenge-1

Time Left: 30:00

1. What is the time complexity of accessing an element in an array?

A) O(1)
B) O(n)
C) O(log n)
D) O(n^2)