Data Structures

What is the name for a structure that stores elements in contiguous memory locations, allowing constant-time indexed access?

Correct answer

A. Array (contiguous memory)

Explanation

Array (contiguous memory) refers to a structure that stores elements in contiguous memory locations, allowing constant-time indexed access.