hackingcpp — Algorithms
#algorithm#cheatsheet#cplusplus#cpp#interface#programming Published: 2021-12-21 12:40:51 +0000 UTC; Views: 310; Favourites: 0; Downloads: 1 Redirect to originalDescription
Graphical overview of commonly needed algorithms in the C++ standard library. This shows how iterator (pairs) and higher order parameters (custom functions) are used to achieve container-independent interfaces. The next 32 images show these interface thumbnails for (almost) all standard algorithms, also for the new C++20 variants that take single range objects instead of iterator pairs.
Related content