beautypg.com
Declaration and Initialization of Lists
■
Type Definitions
Placing Elements into a List
Removing Elements
Extent and Size-Changing Operations
Access and Iteration
Test for Inclusion
Sorting and Sorted List Operations
Searching Operations
In Place Transformations
Other Operations
Example Program - An Inventory System
❍
Chapter 7: deque
The Deque Data Abstraction
Include Files
Deque Operations
Example Program - Radix Sort
Chapter 8: set, multiset, and bitset
The set Data Abstraction
set and multiset Operations
Declaration and Initialization of Set
Insertion
Removal of Elements from a Set
Searching and Counting
Iterators
Set Operations
Other Generic Algorithms
Example Program: - A Spelling Checker