Algorithm (C++)
In the C++ Standard Library, the algorithms library provides various functions that perform algorithmic operations on containers and other sequences, represented by Iterators.
C++ Standard Library |
---|
Containers |
C standard library |
The C++ standard provides some standard algorithms collected in the <algorithm>
standard header. A handful of algorithms are also in the <numeric>
header. All algorithms are in the std
namespace.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.