STL Algorithms - Non-modifying
1 Topics
Non-modifying Algorithms
15 Sub-topics
std::find and std::find_if
std::count and std::count_if
STL Algorithms - Modifying
1 Topics
Modifying Algorithms
25 Sub-topics
std::generate_n Algorithm
std::transform with Two Ranges
std::replace_if Algorithm
STL Algorithms - Sorting and Searching
1 Topics
Sorting and Searching Algorithms
17 Sub-topics
Sort with Custom Comparators
std::stable_sort Algorithm
std::partial_sort Algorithm
std::nth_element Algorithm
std::binary_search Algorithm
std::lower_bound Algorithm
std::upper_bound Algorithm
std::equal_range Algorithm
STL Algorithms - Numeric and Set Operations
1 Topics
Numeric and Set Algorithms
20 Sub-topics
std::accumulate Algorithm
std::inner_product Algorithm
std::partial_sum Algorithm
std::transform_reduce (C++17)
std::gcd and std::lcm (C++17)
std::set_symmetric_difference
Heap Operations - make_heap
Heap Operations - push_heap
Heap Operations - pop_heap
Heap Operations - sort_heap
std::is_heap and std::is_heap_until