Data Structure
Static Structures
Dynamic Structure
Array
An array stores a sequence of variables that are all of the same type, grouped under one identifier.
- Normally static.
- Individual values are indexed.
- Can be multidimensional.
- Holds elements of the same type.
- Can iterate through.
List
Two-Dimensional Array
Searching an array
Records
Dictionaries