Introducing the Standard Library Algorithms
Get introduced to C++ standard library algorithms and their evolution.
We'll cover the following...
Integrating the standard library algorithms into your C++ vocabulary is important. In this introduction, we will present a set of common problems that can be solved effectively by using standard library algorithms. C++20 comes with a dramatic change to the Algorithm library by the introduction of the Ranges library and the language feature of C++ concepts. So, before we start, we need a brief background of the history of the C++ standard library.
Evolution of the standard library algorithms
As we have probably heard about STL ...