This video demonstrates how to use the list class from the C++ standard library. It is shown how to add/insert/remove elements from the list and how to iterate over a linked list.
The list class implements the linked list ADT. Watch the following video on what a linked list is: