2021-01-31

    More Std.Algorithms More Std.Algorithms More Std.Algorithms

    Follow @hackingcpp on twitter so you don't miss any updates.

    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.

    sort, partition, shuffle, rotate, shift, …

    fill, replace, transform, remove, unique, …

    mismatch, lexicographical_compare, …

    added small overview of standard library comparison and arithmetic function classes

    added bitwise operations overview