What is the time complexity for accessing an element in an array?

Arrays Linked Lists Questions



46 Short 80 Medium 67 Long Answer Questions Question Index

What is the time complexity for accessing an element in an array?

The time complexity for accessing an element in an array is O(1) or constant time.