16.4.1 fill, fill_n, generate and generate_nfill Algorithmfill_n Algorithmgenerate Algorithmgenerate_n AlgorithmUsing the generate_n Algorithm with a LambdaA Note About Reading Standard Library Algorithm Documentation16.4.2 equal, mismatch and lexicographical_compareequal Algorithmequal Algorithm with Binary Predicate Functionmismatch Algorithmauto Variables and List Initializationlexicographical_compare Algorithm16.4.3 remove, remove_if, remove_copy and remove_copy_ifremove Algorithmremove_copy Algorithmremove_if Algorithmremove_copy_if Algorithm16.4.4 replace, replace_if, replace_copy and replace_copy_ifreplace Algorithmreplace_copy Algorithmreplace_if Algorithmreplace_copy_if Algorithm16.4.5 Mathematical Algorithmsshuffle Algorithmcount Algorithmcount_if Algorithmmin_element Algorithmmax_element AlgorithmC++11: minmax_element Algorithmaccumulate Algorithmtransform Algorithm16.4.6 Basic Searching and Sorting Algorithmsfind AlgorithmStoring Lambdas in Variablesfind_if Algorithmsort Algorithmbinary_search AlgorithmC++11: all_of AlgorithmC++11: any_of AlgorithmC++11: none_of AlgorithmC++11: find_if_not Algorithm16.4.7 swap, iter_swap and swap_rangesswap Algorithmiter_swap Algorithmswap_ranges Algorithm16.4.8 copy_backward, merge, unique and reversecopy_backward Algorithmmerge Algorithmback_inserter, front_inserter and inserter Iterator Adaptersunique Algorithmreverse AlgorithmC++11: copy_if and copy_n Algorithms16.4.9 inplace_merge, unique_copy and reverse_copyinplace_merge Algorithmunique_copy Algorithmreverse_copy Algorithm16.4.10 Set Operationsincludes Algorithmset_difference Algorithmset_intersection Algorithmset_symmetric_difference Algorithmset_union Algorithm16.4.11 lower_bound, upper_bound and equal_rangelower_bound Algorithmupper_bound Algorithmequal_range AlgorithmLocating Insertion Points in Sorted Sequences16.4.12 min, max, minmax and minmax_elementAlgorithms min and max with Two ParametersC++11: min and max Algorithms with initializer_list ParametersC++11: minmax AlgorithmC++11: minmax_element Algorithm