Linked list - Sequence of values (analagous to an array) - Allows you to insert, delete, reorder elements at any time - Fixed type elements (like an array, unlike a struct object) - Not random access - must access elements