A list is a collection of datatypes structured as a Linked List Has the properties of:
- Change entries in list
- Add entries to the list at any spot
- Remove entries in the list at any spot
- Have a sequential order
- Searchable
A list is a collection of datatypes structured as a Linked List Has the properties of: