List is a basic linear data structure.
Variations: Nonempty List, Scrolling List
Available methods (Stack):
How to construct an empty list:
How to construct a list of 4 elements:
You can traverse a List but you have to specify in which order you want to do it: