Dynamic data structure
Holds collection of elements
May not be stored in continuous memory locations
elements (nodes) are linked into ordered sequence using pointers
Creating a new linked list
Insertion
Deletion
Search
Update
Display