previous |
start |
next
Chapter Goals
- To learn how to use linked lists provided in the standard
library
- To be able to use iterators to transverse 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
previous |
start |
next