##IV: Abstract Data Types & Data Structures: Storing data on memory{ Array Inserting elements in arrays are "expensive" Arrays have fixed sizes (need to find contiguous open space)
Linked list Every element also needs to store a reference to the next item in the list
ADTs vs DTs