Algorithms
Sort Example

Now will sort work on a list or a deque?
sort work on a list or a deque?Lets Start 🤩
Permutations
Province of Heaps
std::make_heap
std::make_heapstd::push_heap
std::push_heapstd::pop_head
std::pop_headShore of Sorting
std::sort
std::sortstd::nth_element
std::nth_element
std::inplace_merge
std::inplace_merge
Partioning

Other Permutations
Algo combination
std::stable_sort
std::stable_sort
std::is_sorted
std::is_sortedstd::is_sorted_until
std::is_sorted_untilQueries
Numerical Algos
std::count
std::countstd::accumulate
std::accumulatestd::partial_sum
std::partial_sumstd::sample
std::sampleQuerying a property - 1 range
std::any_of
std::any_ofstd::all_of
std::all_ofQuerying a property - 2 ranges
Searching a value
Movers
std::copy
std::copystd::move
std::movestd::copy_backward

Value Modifiers

std::generate
std::generatestd::generate_n
std::generate_nStructure Changers
std::remove
std::removestd::unique
std::unique
*_COPY
*_COPYstd::remove_copy
std::remove_copy*_IF
*_IFstd::count_if
std::count_iftransform
Last updated
