Introduction
This chapter brings us to the various computing algorithms supported by C++17.
We'll cover the following...
The Standard Template Library has a large number of algorithms that work with containers and their elements. As the algorithms are function ...