More Std.Algorithms More Std.Algorithms More Std.Algorithms
Follow @hackingcpp on twitter so you don't miss any updates.
Redesigned/New Articles
Standard Library Algorithms
Example-based introductions with illustrations
including C++20 std::ranges::
algorithms.
Note that some C++20 library features might not be available in some/any compiler(s) yet.
Standard Library Sequence Reordering Algorithms
sort
, partition
, shuffle
, rotate
, shift
, …
Standard Library Element-Wise Range Modifications
fill
, replace
, transform
, remove
, unique
, …
Standard Library Range Comparison Algorithms
mismatch
, lexicographical_compare
, …
Updated Articles
Function Objects
added small overview of standard library comparison and arithmetic function classes
Fundamental Types
added bitwise operations overview