Array
A finite, ordered set of elements of the the same type, e.g, integer or real/float
Tuples
Stores a sequence of data items but, once the value is set it cannot be changed as the program runs
Queues
A first in first out data structure
List
An abstract data type consisting of a number of items where the same item may occur more than once
Linked list
A dynamic data structure used to hold an ordered sequence
Stack
A last in first out data structure
Stack
A last in first out data structure