What data structure is used to store a collection of elements of the same type, and allows efficient random access to its elements?
Tree
Array
Linked List
Queue

Computer Science Exercises are loading ...