Algorithm Catalog
|
 |
This section contains a concise
explanation of all STL algorithms. Each entry contains the following
information.
- A brief statement
describing the algorithm, followed by a longer description.
- The name of the library to
which this particular algorithm belongs.
- A declaration showing the
various forms of the function signature.
- A complexity statement
with information about the time and space complexity of the algorithm.
- Examples of how to use the
algorithm with other classes.