C++ Language/Std/Stl/Algorithms

From Wikibooks, open books for an open world
< C++ Language‎ | Std‎ | Stl
Jump to navigation Jump to search

In the context of STL, an "algorithm" is a function that has been designed to process data that's in some kind of STL collection.

  1. Usage with a C-Array
  2. Querying
  3. Applying Item-by-Item
  4. Modifying