Tags: Programming Language.
In the C++ Standard Library algorithms are components that perform algorithmic operations on containers and other sequences.The C++ standard provides some standard algorithms collected in the standard header. A handful of algorithms are also in the header. All algorithms are in the std namespace.