An array is a fundamental Data Structure, a collection of items stored at contiguous Memory locations. Each element can be accessed swiftly using an index, creating an ordered sequence ready for processing. See also List Vector Matrix Algorithm