Algorithms

The STL includes a wide range of algorithms that can be applied to the containers. These algorithms include operations for searching, sorting, modifying, and manipulating data. Examples include sort, find, copy, and accumulate.

Last updated