Chapter Goals
- To learn how to use the linked lists provided in the standard
library
- To be able to use iterators to traverse linked lists
- To understand the implementation of linked lists
- To distinguish between abstract and concrete data types
- To know the efficiency of fundamental operations of lists and
arrays
- To become familiar with the stack and queue types