This chapter discusses the algorithms library. These algorithms cover sequences, sorting, and numerics.
The standard provides for various algorithms that a C++ program may use to perform algorithmic operations on containers and other sequences.
This chapter uses the ISO (International Organization for Standardization) C++ Standard as a guide.