René's URL Explorer Experiment


Title: Algorithms library - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: en.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://en.cppreference.com/
Create accounthttps://en.cppreference.com/index.php?title=Special:CreateAccount&returnto=cpp%2Falgorithm
Log inhttps://en.cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Falgorithm
Pagehttps://en.cppreference.com/cpp/algorithm
Discussionhttps://en.cppreference.com/Talk:cpp/algorithm
https://en.cppreference.com/w/cpp/algorithm
Readhttps://en.cppreference.com/cpp/algorithm
View sourcehttps://en.cppreference.com/index.php?title=cpp/algorithm&action=edit
View historyhttps://en.cppreference.com/index.php?title=cpp/algorithm&action=history
https://en.cppreference.com/w/cpp/algorithm
cpphttps://en.cppreference.com/cpp
C++https://en.cppreference.com/cpp
Compiler supporthttps://en.cppreference.com/cpp/compiler_support
Freestanding and hostedhttps://en.cppreference.com/cpp/freestanding
Languagehttps://en.cppreference.com/cpp/language
Standard libraryhttps://en.cppreference.com/cpp/standard_library
Standard library headershttps://en.cppreference.com/cpp/header
Named requirementshttps://en.cppreference.com/cpp/named_req
Feature test macroshttps://en.cppreference.com/cpp/feature_test
Language support libraryhttps://en.cppreference.com/cpp/utility#Language_support
Concepts libraryhttps://en.cppreference.com/cpp/concepts
Diagnostics libraryhttps://en.cppreference.com/cpp/error
Memory management libraryhttps://en.cppreference.com/cpp/memory
Metaprogramming libraryhttps://en.cppreference.com/cpp/meta
General utilities libraryhttps://en.cppreference.com/cpp/utility
Containers libraryhttps://en.cppreference.com/cpp/container
Iterators libraryhttps://en.cppreference.com/cpp/iterator
Ranges libraryhttps://en.cppreference.com/cpp/ranges
Strings libraryhttps://en.cppreference.com/cpp/string
Text processing libraryhttps://en.cppreference.com/cpp/text
Numerics libraryhttps://en.cppreference.com/cpp/numeric
Date and time libraryhttps://en.cppreference.com/cpp/chrono
Input/output libraryhttps://en.cppreference.com/cpp/io
Filesystem libraryhttps://en.cppreference.com/cpp/filesystem
Concurrency support libraryhttps://en.cppreference.com/cpp/thread
Execution control libraryhttps://en.cppreference.com/cpp/execution
Technical specificationshttps://en.cppreference.com/cpp/experimental
Symbols indexhttps://en.cppreference.com/cpp/symbol_index
External librarieshttps://en.cppreference.com/cpp/links/libs
[edit]https://cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
Constrained algorithms and algorithms on rangeshttps://en.cppreference.com/cpp/algorithm/ranges
ranges::copyhttps://en.cppreference.com/cpp/algorithm/ranges/copy
ranges::sorthttps://en.cppreference.com/cpp/algorithm/ranges/sort
Non-modifying sequence operationshttps://en.cppreference.com/w/cpp/algorithm#Non-modifying_sequence_operations
Batch operationshttps://en.cppreference.com/w/cpp/algorithm#Batch_operations
for_eachhttps://en.cppreference.com/cpp/algorithm/for_each
for_each_nhttps://en.cppreference.com/cpp/algorithm/for_each_n
Search operationshttps://en.cppreference.com/w/cpp/algorithm#Search_operations
all_ofany_ofnone_ofhttps://en.cppreference.com/cpp/algorithm/all_any_none_of
countcount_ifhttps://en.cppreference.com/cpp/algorithm/count
mismatchhttps://en.cppreference.com/cpp/algorithm/mismatch
equalhttps://en.cppreference.com/cpp/algorithm/equal
findfind_iffind_if_nothttps://en.cppreference.com/cpp/algorithm/find
find_endhttps://en.cppreference.com/cpp/algorithm/find_end
find_first_ofhttps://en.cppreference.com/cpp/algorithm/find_first_of
adjacent_findhttps://en.cppreference.com/cpp/algorithm/adjacent_find
searchhttps://en.cppreference.com/cpp/algorithm/search
search_nhttps://en.cppreference.com/cpp/algorithm/search_n
Modifying sequence operationshttps://en.cppreference.com/w/cpp/algorithm#Modifying_sequence_operations
Copy operationshttps://en.cppreference.com/w/cpp/algorithm#Copy_operations
copycopy_ifhttps://en.cppreference.com/cpp/algorithm/copy
copy_backwardhttps://en.cppreference.com/cpp/algorithm/copy_backward
copy_nhttps://en.cppreference.com/cpp/algorithm/copy_n
movehttps://en.cppreference.com/cpp/algorithm/move
move_backwardhttps://en.cppreference.com/cpp/algorithm/move_backward
Swap operationshttps://en.cppreference.com/w/cpp/algorithm#Swap_operations
swaphttps://en.cppreference.com/cpp/algorithm/swap
iter_swaphttps://en.cppreference.com/cpp/algorithm/iter_swap
swap_rangeshttps://en.cppreference.com/cpp/algorithm/swap_ranges
Transformation operationshttps://en.cppreference.com/w/cpp/algorithm#Transformation_operations
replacereplace_ifhttps://en.cppreference.com/cpp/algorithm/replace
transformhttps://en.cppreference.com/cpp/algorithm/transform
replace_copyreplace_copy_ifhttps://en.cppreference.com/cpp/algorithm/replace_copy
Generation operationshttps://en.cppreference.com/w/cpp/algorithm#Generation_operations
fillhttps://en.cppreference.com/cpp/algorithm/fill
fill_nhttps://en.cppreference.com/cpp/algorithm/fill_n
generatehttps://en.cppreference.com/cpp/algorithm/generate
generate_nhttps://en.cppreference.com/cpp/algorithm/generate_n
Removing operationshttps://en.cppreference.com/w/cpp/algorithm#Removing_operations
removeremove_ifhttps://en.cppreference.com/cpp/algorithm/remove
uniquehttps://en.cppreference.com/cpp/algorithm/unique
remove_copyremove_copy_ifhttps://en.cppreference.com/cpp/algorithm/remove_copy
unique_copyhttps://en.cppreference.com/cpp/algorithm/unique_copy
Order-changing operationshttps://en.cppreference.com/w/cpp/algorithm#Order-changing_operations
reversehttps://en.cppreference.com/cpp/algorithm/reverse
reverse_copyhttps://en.cppreference.com/cpp/algorithm/reverse_copy
rotatehttps://en.cppreference.com/cpp/algorithm/rotate
rotate_copyhttps://en.cppreference.com/cpp/algorithm/rotate_copy
random_shuffleshufflehttps://en.cppreference.com/cpp/algorithm/random_shuffle
shift_leftshift_righthttps://en.cppreference.com/cpp/algorithm/shift
Sampling operationshttps://en.cppreference.com/w/cpp/algorithm#Sampling_operations
samplehttps://en.cppreference.com/cpp/algorithm/sample
Sorting and related operationshttps://en.cppreference.com/w/cpp/algorithm#Sorting_and_related_operations
Partitioning operationshttps://en.cppreference.com/w/cpp/algorithm#Partitioning_operations
partitionhttps://en.cppreference.com/cpp/algorithm/partition
partition_copyhttps://en.cppreference.com/cpp/algorithm/partition_copy
stable_partitionhttps://en.cppreference.com/cpp/algorithm/stable_partition
is_partitionedhttps://en.cppreference.com/cpp/algorithm/is_partitioned
partition_pointhttps://en.cppreference.com/cpp/algorithm/partition_point
Sorting operationshttps://en.cppreference.com/w/cpp/algorithm#Sorting_operations
sorthttps://en.cppreference.com/cpp/algorithm/sort
stable_sorthttps://en.cppreference.com/cpp/algorithm/stable_sort
partial_sorthttps://en.cppreference.com/cpp/algorithm/partial_sort
partial_sort_copyhttps://en.cppreference.com/cpp/algorithm/partial_sort_copy
is_sortedhttps://en.cppreference.com/cpp/algorithm/is_sorted
is_sorted_untilhttps://en.cppreference.com/cpp/algorithm/is_sorted_until
nth_elementhttps://en.cppreference.com/cpp/algorithm/nth_element
Binary search operations(on partitioned ranges)https://en.cppreference.com/w/cpp/algorithm#Binary_search_operations_(on_partitioned_ranges)
lower_boundhttps://en.cppreference.com/cpp/algorithm/lower_bound
upper_boundhttps://en.cppreference.com/cpp/algorithm/upper_bound
equal_rangehttps://en.cppreference.com/cpp/algorithm/equal_range
binary_searchhttps://en.cppreference.com/cpp/algorithm/binary_search
Set operations (on sorted ranges)https://en.cppreference.com/w/cpp/algorithm#Set_operations_(on_sorted_ranges)
includeshttps://en.cppreference.com/cpp/algorithm/includes
set_unionhttps://en.cppreference.com/cpp/algorithm/set_union
set_intersectionhttps://en.cppreference.com/cpp/algorithm/set_intersection
set_differencehttps://en.cppreference.com/cpp/algorithm/set_difference
set_symmetric_differencehttps://en.cppreference.com/cpp/algorithm/set_symmetric_difference
Merge operations (on sorted ranges)https://en.cppreference.com/w/cpp/algorithm#Merge_operations_(on_sorted_ranges)
mergehttps://en.cppreference.com/cpp/algorithm/merge
inplace_mergehttps://en.cppreference.com/cpp/algorithm/inplace_merge
Heap operationshttps://en.cppreference.com/w/cpp/algorithm#Heap_operations
push_heaphttps://en.cppreference.com/cpp/algorithm/push_heap
pop_heaphttps://en.cppreference.com/cpp/algorithm/pop_heap
make_heaphttps://en.cppreference.com/cpp/algorithm/make_heap
sort_heaphttps://en.cppreference.com/cpp/algorithm/sort_heap
is_heaphttps://en.cppreference.com/cpp/algorithm/is_heap
is_heap_untilhttps://en.cppreference.com/cpp/algorithm/is_heap_until
Minimum/maximum operationshttps://en.cppreference.com/w/cpp/algorithm#Minimum/maximum_operations
maxhttps://en.cppreference.com/cpp/algorithm/max
minhttps://en.cppreference.com/cpp/algorithm/min
minmaxhttps://en.cppreference.com/cpp/algorithm/minmax
clamphttps://en.cppreference.com/cpp/algorithm/clamp
max_elementhttps://en.cppreference.com/cpp/algorithm/max_element
min_elementhttps://en.cppreference.com/cpp/algorithm/min_element
minmax_elementhttps://en.cppreference.com/cpp/algorithm/minmax_element
Lexicographical comparison operationshttps://en.cppreference.com/w/cpp/algorithm#Lexicographical_comparison_operations
lexicographical_comparehttps://en.cppreference.com/cpp/algorithm/lexicographical_compare
lexicographical_compare_three_wayhttps://en.cppreference.com/cpp/algorithm/lexicographical_compare_three_way
Permutation operationshttps://en.cppreference.com/w/cpp/algorithm#Permutation_operations
next_permutationhttps://en.cppreference.com/cpp/algorithm/next_permutation
prev_permutationhttps://en.cppreference.com/cpp/algorithm/prev_permutation
is_permutationhttps://en.cppreference.com/cpp/algorithm/is_permutation
Execution policies (C++17)https://en.cppreference.com/w/cpp/algorithm#Execution_policies
is_execution_policyhttps://en.cppreference.com/cpp/algorithm/is_execution_policy
execution::seqexecution::parexecution::par_unseqexecution::unseqhttps://en.cppreference.com/cpp/algorithm/execution_policy_tag
execution-policyhttps://en.cppreference.com/cpp/algorithm/execution-policy
execution::sequenced_policyexecution::parallel_policyexecution::parallel_unsequenced_policyexecution::parallel_unsequencedhttps://en.cppreference.com/cpp/algorithm/execution_policy_tag_t
Numeric operationshttps://en.cppreference.com/w/cpp/algorithm#Numeric_operations
iotahttps://en.cppreference.com/cpp/algorithm/iota
inner_producthttps://en.cppreference.com/cpp/algorithm/inner_product
reducehttps://en.cppreference.com/cpp/algorithm/reduce
accumulatehttps://en.cppreference.com/cpp/algorithm/accumulate
adjacent_differencehttps://en.cppreference.com/cpp/algorithm/adjacent_difference
transform_reducehttps://en.cppreference.com/cpp/algorithm/transform_reduce
partial_sumhttps://en.cppreference.com/cpp/algorithm/partial_sum
inclusive_scanhttps://en.cppreference.com/cpp/algorithm/inclusive_scan
exclusive_scanhttps://en.cppreference.com/cpp/algorithm/exclusive_scan
transform_inclusive_scanhttps://en.cppreference.com/cpp/algorithm/transform_inclusive_scan
transform_exclusive_scanhttps://en.cppreference.com/cpp/algorithm/transform_exclusive_scan
Specialized algorithmshttps://en.cppreference.com/cpp/algorithm/memory
Specialized algorithmshttps://en.cppreference.com/w/cpp/algorithm#Specialized_random_algorithms
ranges::generate_randomhttps://en.cppreference.com/cpp/algorithm/ranges/generate_random
C libraryhttps://en.cppreference.com/w/cpp/algorithm#C_library
qsorthttps://en.cppreference.com/cpp/algorithm/qsort
bsearchhttps://en.cppreference.com/cpp/algorithm/bsearch
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/navbar_content&action=edit
rangeshttps://en.cppreference.com/cpp/iterator#Ranges
1 Constrained algorithms (since C++20)https://en.cppreference.com/w/cpp/algorithm#Constrained_algorithms_(since_C++20)
2 Parallel algorithms (since C++17)https://en.cppreference.com/w/cpp/algorithm#Parallel_algorithms_(since_C++17)
2.1 Execution policieshttps://en.cppreference.com/w/cpp/algorithm#Execution_policies
3 Non-modifying sequence operationshttps://en.cppreference.com/w/cpp/algorithm#Non-modifying_sequence_operations
3.1 Batch operationshttps://en.cppreference.com/w/cpp/algorithm#Batch_operations
3.2 Search operationshttps://en.cppreference.com/w/cpp/algorithm#Search_operations
3.3 Fold operations (since C++23)https://en.cppreference.com/w/cpp/algorithm#Fold_operations_(since_C++23)
4 Modifying sequence operationshttps://en.cppreference.com/w/cpp/algorithm#Modifying_sequence_operations
4.1 Copy operationshttps://en.cppreference.com/w/cpp/algorithm#Copy_operations
4.2 Swap operationshttps://en.cppreference.com/w/cpp/algorithm#Swap_operations
4.3 Transformation operationshttps://en.cppreference.com/w/cpp/algorithm#Transformation_operations
4.4 Generation operationshttps://en.cppreference.com/w/cpp/algorithm#Generation_operations
4.5 Removing operationshttps://en.cppreference.com/w/cpp/algorithm#Removing_operations
4.6 Order-changing operationshttps://en.cppreference.com/w/cpp/algorithm#Order-changing_operations
4.7 Sampling operationshttps://en.cppreference.com/w/cpp/algorithm#Sampling_operations
5 Sorting and related operationshttps://en.cppreference.com/w/cpp/algorithm#Sorting_and_related_operations
5.1 Requirementshttps://en.cppreference.com/w/cpp/algorithm#Requirements
5.2 Partitioning operationshttps://en.cppreference.com/w/cpp/algorithm#Partitioning_operations
5.3 Sorting operationshttps://en.cppreference.com/w/cpp/algorithm#Sorting_operations
5.4 Binary search operations (on partitioned ranges)https://en.cppreference.com/w/cpp/algorithm#Binary_search_operations_(on_partitioned_ranges)
5.5 Set operations (on sorted ranges)https://en.cppreference.com/w/cpp/algorithm#Set_operations_(on_sorted_ranges)
5.6 Merge operations (on sorted ranges)https://en.cppreference.com/w/cpp/algorithm#Merge_operations_(on_sorted_ranges)
5.7 Heap operationshttps://en.cppreference.com/w/cpp/algorithm#Heap_operations
5.8 Minimum/maximum operationshttps://en.cppreference.com/w/cpp/algorithm#Minimum/maximum_operations
5.9 Lexicographical comparison operationshttps://en.cppreference.com/w/cpp/algorithm#Lexicographical_comparison_operations
5.10 Permutation operationshttps://en.cppreference.com/w/cpp/algorithm#Permutation_operations
6 Numeric operationshttps://en.cppreference.com/w/cpp/algorithm#Numeric_operations
7 Specialized algorithmshttps://en.cppreference.com/w/cpp/algorithm#Specialized__algorithms
8 Specialized algorithms (since C++26)https://en.cppreference.com/w/cpp/algorithm#Specialized__algorithms_(since_C++26)
9 Noteshttps://en.cppreference.com/w/cpp/algorithm#Notes
10 C libraryhttps://en.cppreference.com/w/cpp/algorithm#C_library
11 Defect reportshttps://en.cppreference.com/w/cpp/algorithm#Defect_reports
12 See alsohttps://en.cppreference.com/w/cpp/algorithm#See_also
Constrained algorithmshttps://en.cppreference.com/cpp/algorithm/ranges
constrainedhttps://en.cppreference.com/cpp/language/constraints
iteratorhttps://en.cppreference.com/cpp/iterator/input_or_output_iterator
sentinelhttps://en.cppreference.com/cpp/iterator/sentinel_for
rangehttps://en.cppreference.com/cpp/ranges/range
return typeshttps://en.cppreference.com/cpp/algorithm/ranges#Return_types
execution-policyhttps://en.cppreference.com/cpp/algorithm/execution-policy
execution policieshttps://en.cppreference.com/cpp/algorithm/execution_policy_tag_t
execution policy objecthttps://en.cppreference.com/cpp/algorithm/execution_policy_tag
https://en.cppreference.com/cpp/header/execution
sequenced_policyparallel_policyparallel_unsequenced_policyunsequenced_policyhttps://en.cppreference.com/cpp/algorithm/execution_policy_tag_t
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_execution_policy_tag_t&action=edit
seqparpar_unsequnseqhttps://en.cppreference.com/cpp/algorithm/execution_policy_tag
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_execution_policy_tag&action=edit
is_execution_policyhttps://en.cppreference.com/cpp/algorithm/is_execution_policy
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_is_execution_policy&action=edit
execution-policyhttps://en.cppreference.com/cpp/algorithm/execution-policy
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_execution-policy&action=edit
https://en.cppreference.com/cpp/header/algorithm
for_eachhttps://en.cppreference.com/cpp/algorithm/for_each
function objecthttps://en.cppreference.com/cpp/named_req/FunctionObject
rangehttps://en.cppreference.com/cpp/iterator#Ranges
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_for_each&action=edit
ranges::for_eachhttps://en.cppreference.com/cpp/algorithm/ranges/for_each
for_each_nhttps://en.cppreference.com/cpp/algorithm/for_each_n
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_for_each_n&action=edit
ranges::for_each_nhttps://en.cppreference.com/cpp/algorithm/ranges/for_each_n
https://en.cppreference.com/cpp/header/algorithm
all_ofany_ofnone_ofhttps://en.cppreference.com/cpp/algorithm/all_any_none_of
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_all_any_none_of&action=edit
ranges::all_ofranges::any_ofranges::none_ofhttps://en.cppreference.com/cpp/algorithm/ranges/all_any_none_of
ranges::containsranges::contains_subrangehttps://en.cppreference.com/cpp/algorithm/ranges/contains
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_contains&action=edit
findfind_iffind_if_nothttps://en.cppreference.com/cpp/algorithm/find
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_find&action=edit
ranges::findranges::find_ifranges::find_if_nothttps://en.cppreference.com/cpp/algorithm/ranges/find
ranges::find_lastranges::find_last_ifranges::find_last_if_nothttps://en.cppreference.com/cpp/algorithm/ranges/find_last
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_find_last&action=edit
find_endhttps://en.cppreference.com/cpp/algorithm/find_end
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_find_end&action=edit
ranges::find_endhttps://en.cppreference.com/cpp/algorithm/ranges/find_end
find_first_ofhttps://en.cppreference.com/cpp/algorithm/find_first_of
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_find_first_of&action=edit
ranges::find_first_ofhttps://en.cppreference.com/cpp/algorithm/ranges/find_first_of
adjacent_findhttps://en.cppreference.com/cpp/algorithm/adjacent_find
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_adjacent_find&action=edit
ranges::adjacent_findhttps://en.cppreference.com/cpp/algorithm/ranges/adjacent_find
countcount_ifhttps://en.cppreference.com/cpp/algorithm/count
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_count&action=edit
ranges::countranges::count_ifhttps://en.cppreference.com/cpp/algorithm/ranges/count
mismatchhttps://en.cppreference.com/cpp/algorithm/mismatch
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_mismatch&action=edit
ranges::mismatchhttps://en.cppreference.com/cpp/algorithm/ranges/mismatch
equalhttps://en.cppreference.com/cpp/algorithm/equal
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_equal&action=edit
ranges::equalhttps://en.cppreference.com/cpp/algorithm/ranges/equal
searchhttps://en.cppreference.com/cpp/algorithm/search
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_search&action=edit
ranges::searchhttps://en.cppreference.com/cpp/algorithm/ranges/search
search_nhttps://en.cppreference.com/cpp/algorithm/search_n
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_search_n&action=edit
ranges::search_nhttps://en.cppreference.com/cpp/algorithm/ranges/search_n
ranges::starts_withhttps://en.cppreference.com/cpp/algorithm/ranges/starts_with
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_starts_with&action=edit
ranges::ends_withhttps://en.cppreference.com/cpp/algorithm/ranges/ends_with
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_ends_with&action=edit
https://en.cppreference.com/cpp/header/algorithm
ranges::fold_lefthttps://en.cppreference.com/cpp/algorithm/ranges/fold_left
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_fold_left&action=edit
ranges::fold_left_firsthttps://en.cppreference.com/cpp/algorithm/ranges/fold_left_first
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_fold_left_first&action=edit
ranges::fold_righthttps://en.cppreference.com/cpp/algorithm/ranges/fold_right
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_fold_right&action=edit
ranges::fold_right_lasthttps://en.cppreference.com/cpp/algorithm/ranges/fold_right_last
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_fold_right_last&action=edit
ranges::fold_left_with_iterhttps://en.cppreference.com/cpp/algorithm/ranges/fold_left_with_iter
pairhttps://en.cppreference.com/cpp/algorithm/ranges/return_types/in_value_result
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_fold_left_with_iter&action=edit
ranges::fold_left_first_with_iterhttps://en.cppreference.com/cpp/algorithm/ranges/fold_left_first_with_iter
pairhttps://en.cppreference.com/cpp/algorithm/ranges/return_types/in_value_result
optionalhttps://en.cppreference.com/cpp/utility/optional
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_fold_left_first_with_iter&action=edit
https://en.cppreference.com/cpp/header/algorithm
copycopy_ifhttps://en.cppreference.com/cpp/algorithm/copy
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_copy&action=edit
ranges::copyranges::copy_ifhttps://en.cppreference.com/cpp/algorithm/ranges/copy
copy_nhttps://en.cppreference.com/cpp/algorithm/copy_n
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_copy_n&action=edit
ranges::copy_nhttps://en.cppreference.com/cpp/algorithm/ranges/copy_n
copy_backwardhttps://en.cppreference.com/cpp/algorithm/copy_backward
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_copy_backward&action=edit
ranges::copy_backwardhttps://en.cppreference.com/cpp/algorithm/ranges/copy_backward
movehttps://en.cppreference.com/cpp/algorithm/move
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_move&action=edit
ranges::movehttps://en.cppreference.com/cpp/algorithm/ranges/move
move_backwardhttps://en.cppreference.com/cpp/algorithm/move_backward
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_move_backward&action=edit
ranges::move_backwardhttps://en.cppreference.com/cpp/algorithm/ranges/move_backward
https://en.cppreference.com/cpp/header/algorithm
https://en.cppreference.com/cpp/header/utility
https://en.cppreference.com/cpp/header/string_view
swaphttps://en.cppreference.com/cpp/algorithm/swap
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_swap&action=edit
https://en.cppreference.com/cpp/header/algorithm
swap_rangeshttps://en.cppreference.com/cpp/algorithm/swap_ranges
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_swap_ranges&action=edit
ranges::swap_rangeshttps://en.cppreference.com/cpp/algorithm/ranges/swap_ranges
iter_swaphttps://en.cppreference.com/cpp/algorithm/iter_swap
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_iter_swap&action=edit
https://en.cppreference.com/cpp/header/algorithm
transformhttps://en.cppreference.com/cpp/algorithm/transform
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_transform&action=edit
ranges::transformhttps://en.cppreference.com/cpp/algorithm/ranges/transform
replacereplace_ifhttps://en.cppreference.com/cpp/algorithm/replace
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_replace&action=edit
ranges::replaceranges::replace_ifhttps://en.cppreference.com/cpp/algorithm/ranges/replace
replace_copyreplace_copy_ifhttps://en.cppreference.com/cpp/algorithm/replace_copy
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_replace_copy&action=edit
ranges::replace_copyranges::replace_copy_ifhttps://en.cppreference.com/cpp/algorithm/ranges/replace_copy
https://en.cppreference.com/cpp/header/algorithm
fillhttps://en.cppreference.com/cpp/algorithm/fill
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_fill&action=edit
ranges::fillhttps://en.cppreference.com/cpp/algorithm/ranges/fill
fill_nhttps://en.cppreference.com/cpp/algorithm/fill_n
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_fill_n&action=edit
ranges::fill_nhttps://en.cppreference.com/cpp/algorithm/ranges/fill_n
generatehttps://en.cppreference.com/cpp/algorithm/generate
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_generate&action=edit
ranges::generatehttps://en.cppreference.com/cpp/algorithm/ranges/generate
generate_nhttps://en.cppreference.com/cpp/algorithm/generate_n
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_generate_n&action=edit
ranges::generate_nhttps://en.cppreference.com/cpp/algorithm/ranges/generate_n
https://en.cppreference.com/cpp/header/algorithm
removeremove_ifhttps://en.cppreference.com/cpp/algorithm/remove
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_remove&action=edit
ranges::removeranges::remove_ifhttps://en.cppreference.com/cpp/algorithm/ranges/remove
remove_copyremove_copy_ifhttps://en.cppreference.com/cpp/algorithm/remove_copy
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_remove_copy&action=edit
ranges::remove_copyranges::remove_copy_ifhttps://en.cppreference.com/cpp/algorithm/ranges/remove_copy
uniquehttps://en.cppreference.com/cpp/algorithm/unique
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_unique&action=edit
ranges::uniquehttps://en.cppreference.com/cpp/algorithm/ranges/unique
unique_copyhttps://en.cppreference.com/cpp/algorithm/unique_copy
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_unique_copy&action=edit
ranges::unique_copyhttps://en.cppreference.com/cpp/algorithm/ranges/unique_copy
https://en.cppreference.com/cpp/header/algorithm
reversehttps://en.cppreference.com/cpp/algorithm/reverse
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_reverse&action=edit
ranges::reversehttps://en.cppreference.com/cpp/algorithm/ranges/reverse
reverse_copyhttps://en.cppreference.com/cpp/algorithm/reverse_copy
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_reverse_copy&action=edit
ranges::reverse_copyhttps://en.cppreference.com/cpp/algorithm/ranges/reverse_copy
rotatehttps://en.cppreference.com/cpp/algorithm/rotate
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_rotate&action=edit
ranges::rotatehttps://en.cppreference.com/cpp/algorithm/ranges/rotate
rotate_copyhttps://en.cppreference.com/cpp/algorithm/rotate_copy
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_rotate_copy&action=edit
ranges::rotate_copyhttps://en.cppreference.com/cpp/algorithm/ranges/rotate_copy
shift_leftshift_righthttps://en.cppreference.com/cpp/algorithm/shift
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_shift&action=edit
ranges::shift_leftranges::shift_righthttps://en.cppreference.com/cpp/algorithm/ranges/shift
random_shuffleshufflehttps://en.cppreference.com/cpp/algorithm/shuffle
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_random_shuffle&action=edit
ranges::shufflehttps://en.cppreference.com/cpp/algorithm/ranges/shuffle
https://en.cppreference.com/cpp/header/algorithm
samplehttps://en.cppreference.com/cpp/algorithm/sample
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_sample&action=edit
ranges::samplehttps://en.cppreference.com/cpp/algorithm/ranges/sample
[1]https://en.cppreference.com/w/cpp/algorithm#cite_note-plus-1
valid iteratorhttps://en.cppreference.com/cpp/iterator#Dereferenceability_and_validity
[1]https://en.cppreference.com/w/cpp/algorithm#cite_note-plus-1
[1]https://en.cppreference.com/w/cpp/algorithm#cite_note-plus-1
[1]https://en.cppreference.com/w/cpp/algorithm#cite_note-plus-1
[1]https://en.cppreference.com/w/cpp/algorithm#cite_note-plus-1
1.0https://en.cppreference.com/w/cpp/algorithm#cite_ref-plus_1-0
1.1https://en.cppreference.com/w/cpp/algorithm#cite_ref-plus_1-1
1.2https://en.cppreference.com/w/cpp/algorithm#cite_ref-plus_1-2
1.3https://en.cppreference.com/w/cpp/algorithm#cite_ref-plus_1-3
1.4https://en.cppreference.com/w/cpp/algorithm#cite_ref-plus_1-4
https://en.cppreference.com/cpp/header/algorithm
is_partitionedhttps://en.cppreference.com/cpp/algorithm/is_partitioned
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_is_partitioned&action=edit
ranges::is_partitionedhttps://en.cppreference.com/cpp/algorithm/ranges/is_partitioned
partitionhttps://en.cppreference.com/cpp/algorithm/partition
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_partition&action=edit
ranges::partitionhttps://en.cppreference.com/cpp/algorithm/ranges/partition
partition_copyhttps://en.cppreference.com/cpp/algorithm/partition_copy
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_partition_copy&action=edit
ranges::partition_copyhttps://en.cppreference.com/cpp/algorithm/ranges/partition_copy
stable_partitionhttps://en.cppreference.com/cpp/algorithm/stable_partition
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_stable_partition&action=edit
ranges::stable_partitionhttps://en.cppreference.com/cpp/algorithm/ranges/stable_partition
partition_pointhttps://en.cppreference.com/cpp/algorithm/partition_point
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_partition_point&action=edit
ranges::partition_pointhttps://en.cppreference.com/cpp/algorithm/ranges/partition_point
https://en.cppreference.com/cpp/header/algorithm
sorthttps://en.cppreference.com/cpp/algorithm/sort
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_sort&action=edit
ranges::sorthttps://en.cppreference.com/cpp/algorithm/ranges/sort
stable_sorthttps://en.cppreference.com/cpp/algorithm/stable_sort
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_stable_sort&action=edit
ranges::stable_sorthttps://en.cppreference.com/cpp/algorithm/ranges/stable_sort
partial_sorthttps://en.cppreference.com/cpp/algorithm/partial_sort
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_partial_sort&action=edit
ranges::partial_sorthttps://en.cppreference.com/cpp/algorithm/ranges/partial_sort
partial_sort_copyhttps://en.cppreference.com/cpp/algorithm/partial_sort_copy
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_partial_sort_copy&action=edit
ranges::partial_sort_copyhttps://en.cppreference.com/cpp/algorithm/ranges/partial_sort_copy
is_sortedhttps://en.cppreference.com/cpp/algorithm/is_sorted
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_is_sorted&action=edit
ranges::is_sortedhttps://en.cppreference.com/cpp/algorithm/ranges/is_sorted
is_sorted_untilhttps://en.cppreference.com/cpp/algorithm/is_sorted_until
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_is_sorted_until&action=edit
ranges::is_sorted_untilhttps://en.cppreference.com/cpp/algorithm/ranges/is_sorted_until
nth_elementhttps://en.cppreference.com/cpp/algorithm/nth_element
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_nth_element&action=edit
ranges::nth_elementhttps://en.cppreference.com/cpp/algorithm/ranges/nth_element
https://en.cppreference.com/cpp/header/algorithm
lower_boundhttps://en.cppreference.com/cpp/algorithm/lower_bound
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_lower_bound&action=edit
ranges::lower_boundhttps://en.cppreference.com/cpp/algorithm/ranges/lower_bound
upper_boundhttps://en.cppreference.com/cpp/algorithm/upper_bound
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_upper_bound&action=edit
ranges::upper_boundhttps://en.cppreference.com/cpp/algorithm/ranges/upper_bound
equal_rangehttps://en.cppreference.com/cpp/algorithm/equal_range
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_equal_range&action=edit
ranges::equal_rangehttps://en.cppreference.com/cpp/algorithm/ranges/equal_range
binary_searchhttps://en.cppreference.com/cpp/algorithm/binary_search
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_binary_search&action=edit
ranges::binary_searchhttps://en.cppreference.com/cpp/algorithm/ranges/binary_search
https://en.cppreference.com/cpp/header/algorithm
includeshttps://en.cppreference.com/cpp/algorithm/includes
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_includes&action=edit
ranges::includeshttps://en.cppreference.com/cpp/algorithm/ranges/includes
set_unionhttps://en.cppreference.com/cpp/algorithm/set_union
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_set_union&action=edit
ranges::set_unionhttps://en.cppreference.com/cpp/algorithm/ranges/set_union
set_intersectionhttps://en.cppreference.com/cpp/algorithm/set_intersection
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_set_intersection&action=edit
ranges::set_intersectionhttps://en.cppreference.com/cpp/algorithm/ranges/set_intersection
set_differencehttps://en.cppreference.com/cpp/algorithm/set_difference
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_set_difference&action=edit
ranges::set_differencehttps://en.cppreference.com/cpp/algorithm/ranges/set_difference
set_symmetric_differencehttps://en.cppreference.com/cpp/algorithm/set_symmetric_difference
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_set_symmetric_difference&action=edit
ranges::set_symmetric_differencehttps://en.cppreference.com/cpp/algorithm/ranges/set_symmetric_difference
https://en.cppreference.com/cpp/header/algorithm
mergehttps://en.cppreference.com/cpp/algorithm/merge
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_merge&action=edit
ranges::mergehttps://en.cppreference.com/cpp/algorithm/ranges/merge
inplace_mergehttps://en.cppreference.com/cpp/algorithm/inplace_merge
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_inplace_merge&action=edit
ranges::inplace_mergehttps://en.cppreference.com/cpp/algorithm/ranges/inplace_merge
rangehttps://en.cppreference.com/cpp/iterator#Ranges
rangehttps://en.cppreference.com/cpp/iterator#Ranges
max heaphttps://en.wikipedia.org/wiki/Binary_heap
https://en.cppreference.com/cpp/header/algorithm
push_heaphttps://en.cppreference.com/cpp/algorithm/push_heap
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_push_heap&action=edit
ranges::push_heaphttps://en.cppreference.com/cpp/algorithm/ranges/push_heap
pop_heaphttps://en.cppreference.com/cpp/algorithm/pop_heap
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_pop_heap&action=edit
ranges::pop_heaphttps://en.cppreference.com/cpp/algorithm/ranges/pop_heap
make_heaphttps://en.cppreference.com/cpp/algorithm/make_heap
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_make_heap&action=edit
ranges::make_heaphttps://en.cppreference.com/cpp/algorithm/ranges/make_heap
sort_heaphttps://en.cppreference.com/cpp/algorithm/sort_heap
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_sort_heap&action=edit
ranges::sort_heaphttps://en.cppreference.com/cpp/algorithm/ranges/sort_heap
is_heaphttps://en.cppreference.com/cpp/algorithm/is_heap
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_is_heap&action=edit
ranges::is_heaphttps://en.cppreference.com/cpp/algorithm/ranges/is_heap
is_heap_untilhttps://en.cppreference.com/cpp/algorithm/is_heap_until
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_is_heap_until&action=edit
ranges::is_heap_untilhttps://en.cppreference.com/cpp/algorithm/ranges/is_heap_until
https://en.cppreference.com/cpp/header/algorithm
maxhttps://en.cppreference.com/cpp/algorithm/max
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_max&action=edit
ranges::maxhttps://en.cppreference.com/cpp/algorithm/ranges/max
max_elementhttps://en.cppreference.com/cpp/algorithm/max_element
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_max_element&action=edit
ranges::max_elementhttps://en.cppreference.com/cpp/algorithm/ranges/max_element
minhttps://en.cppreference.com/cpp/algorithm/min
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_min&action=edit
ranges::minhttps://en.cppreference.com/cpp/algorithm/ranges/min
min_elementhttps://en.cppreference.com/cpp/algorithm/min_element
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_min_element&action=edit
ranges::min_elementhttps://en.cppreference.com/cpp/algorithm/ranges/min_element
minmaxhttps://en.cppreference.com/cpp/algorithm/minmax
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_minmax&action=edit
ranges::minmaxhttps://en.cppreference.com/cpp/algorithm/ranges/minmax
minmax_elementhttps://en.cppreference.com/cpp/algorithm/minmax_element
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_minmax_element&action=edit
ranges::minmax_elementhttps://en.cppreference.com/cpp/algorithm/ranges/minmax_element
clamphttps://en.cppreference.com/cpp/algorithm/clamp
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_clamp&action=edit
ranges::clamphttps://en.cppreference.com/cpp/algorithm/ranges/clamp
https://en.cppreference.com/cpp/header/algorithm
lexicographical_comparehttps://en.cppreference.com/cpp/algorithm/lexicographical_compare
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_lexicographical_compare&action=edit
ranges::lexicographical_comparehttps://en.cppreference.com/cpp/algorithm/ranges/lexicographical_compare
lexicographical_compare_three_wayhttps://en.cppreference.com/cpp/algorithm/lexicographical_compare_three_way
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_lexicographical_compare_three_way&action=edit
https://en.cppreference.com/cpp/header/algorithm
next_permutationhttps://en.cppreference.com/cpp/algorithm/next_permutation
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_next_permutation&action=edit
ranges::next_permutationhttps://en.cppreference.com/cpp/algorithm/ranges/next_permutation
prev_permutationhttps://en.cppreference.com/cpp/algorithm/prev_permutation
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_prev_permutation&action=edit
ranges::prev_permutationhttps://en.cppreference.com/cpp/algorithm/ranges/prev_permutation
is_permutationhttps://en.cppreference.com/cpp/algorithm/is_permutation
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_is_permutation&action=edit
ranges::is_permutationhttps://en.cppreference.com/cpp/algorithm/ranges/is_permutation
https://en.cppreference.com/cpp/header/numeric
iotahttps://en.cppreference.com/cpp/algorithm/iota
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_iota&action=edit
ranges::iotahttps://en.cppreference.com/cpp/algorithm/ranges/iota
accumulatehttps://en.cppreference.com/cpp/algorithm/accumulate
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_accumulate&action=edit
inner_producthttps://en.cppreference.com/cpp/algorithm/inner_product
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_inner_product&action=edit
adjacent_differencehttps://en.cppreference.com/cpp/algorithm/adjacent_difference
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_adjacent_difference&action=edit
partial_sumhttps://en.cppreference.com/cpp/algorithm/partial_sum
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_partial_sum&action=edit
reducehttps://en.cppreference.com/cpp/algorithm/reduce
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_reduce&action=edit
exclusive_scanhttps://en.cppreference.com/cpp/algorithm/exclusive_scan
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_exclusive_scan&action=edit
inclusive_scanhttps://en.cppreference.com/cpp/algorithm/inclusive_scan
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_inclusive_scan&action=edit
transform_reducehttps://en.cppreference.com/cpp/algorithm/transform_reduce
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_transform_reduce&action=edit
transform_exclusive_scanhttps://en.cppreference.com/cpp/algorithm/transform_exclusive_scan
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_transform_exclusive_scan&action=edit
transform_inclusive_scanhttps://en.cppreference.com/cpp/algorithm/transform_inclusive_scan
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_transform_inclusive_scan&action=edit
Specialized algorithmshttps://en.cppreference.com/cpp/algorithm/memory
https://en.cppreference.com/cpp/header/random
ranges::generate_randomhttps://en.cppreference.com/cpp/algorithm/ranges/generate_random
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_generate_random&action=edit
Feature-testhttps://en.cppreference.com/cpp/utility/feature_test
__cpp_lib_algorithm_default_value_typehttps://en.cppreference.com/cpp/feature_test#cpp_lib_algorithm_default_value_type
202403Lhttps://en.cppreference.com/cpp/compiler_support/26#cpp_lib_algorithm_default_value_type_202403L
List-initializationhttps://en.cppreference.com/cpp/language/list_initialization
__cpp_lib_algorithm_iterator_requirementshttps://en.cppreference.com/cpp/feature_test#cpp_lib_algorithm_iterator_requirements
202207Lhttps://en.cppreference.com/cpp/compiler_support/23#cpp_lib_algorithm_iterator_requirements_202207L
__cpp_lib_clamphttps://en.cppreference.com/cpp/feature_test#cpp_lib_clamp
201603Lhttps://en.cppreference.com/cpp/compiler_support/17#cpp_lib_clamp_201603L
__cpp_lib_constexpr_algorithmshttps://en.cppreference.com/cpp/feature_test#cpp_lib_constexpr_algorithms
201806Lhttps://en.cppreference.com/cpp/compiler_support/20#cpp_lib_constexpr_algorithms_201806L
202306Lhttps://en.cppreference.com/cpp/compiler_support/26#cpp_lib_constexpr_algorithms_202306L
__cpp_lib_executionhttps://en.cppreference.com/cpp/feature_test#cpp_lib_execution
201603Lhttps://en.cppreference.com/cpp/compiler_support/17#cpp_lib_execution_201603L
201902Lhttps://en.cppreference.com/cpp/compiler_support/20#cpp_lib_execution_201902L
__cpp_lib_freestanding_algorithmhttps://en.cppreference.com/cpp/feature_test#cpp_lib_freestanding_algorithm
202311Lhttps://en.cppreference.com/cpp/compiler_support/26#cpp_lib_freestanding_algorithm_202311L
https://en.cppreference.com/cpp/header/algorithm
__cpp_lib_parallel_algorithmhttps://en.cppreference.com/cpp/feature_test#cpp_lib_parallel_algorithm
201603Lhttps://en.cppreference.com/cpp/compiler_support/17#cpp_lib_parallel_algorithm_201603L
202506Lhttps://en.cppreference.com/cpp/compiler_support/26#cpp_lib_parallel_algorithm_202506L
__cpp_lib_robust_nonmodifying_seq_opshttps://en.cppreference.com/cpp/feature_test#cpp_lib_robust_nonmodifying_seq_ops
201304Lhttps://en.cppreference.com/cpp/compiler_support/14#cpp_lib_robust_nonmodifying_seq_ops_201304L
__cpp_lib_samplehttps://en.cppreference.com/cpp/feature_test#cpp_lib_sample
201603Lhttps://en.cppreference.com/cpp/compiler_support/17#cpp_lib_sample_201603L
__cpp_lib_shifthttps://en.cppreference.com/cpp/feature_test#cpp_lib_shift
201806Lhttps://en.cppreference.com/cpp/compiler_support/20#cpp_lib_shift_201806L
https://en.cppreference.com/cpp/header/cstdlib
qsorthttps://en.cppreference.com/cpp/algorithm/qsort
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_qsort&action=edit
bsearchhttps://en.cppreference.com/cpp/algorithm/bsearch
[edit]https://cppreference.com/index.php?title=Template:cpp/algorithm/dsc_bsearch&action=edit
LWG 193https://cplusplus.github.io/LWG/issue193
LWG 2150https://cplusplus.github.io/LWG/issue2150
LWG 2166https://cplusplus.github.io/LWG/issue2166
max heaphttps://en.wikipedia.org/wiki/Binary_heap
C documentationhttps://en.cppreference.com/c/algorithm
Categorieshttps://en.cppreference.com/Special:Categories
Pages using deprecated source tagshttps://en.cppreference.com/index.php?title=Category:Pages_using_deprecated_source_tags&action=edit&redlink=1
Pages using deprecated enclose attributeshttps://en.cppreference.com/index.php?title=Category:Pages_using_deprecated_enclose_attributes&action=edit&redlink=1
Support ushttp://www.cppreference.com/support
Recent changeshttps://en.cppreference.com/Special:RecentChanges
FAQhttps://en.cppreference.com/Cppreference:FAQ
Offline versionhttps://en.cppreference.com/Cppreference:Archives
https://en.cppreference.com/w/cpp/algorithm
What links herehttps://en.cppreference.com/Special:WhatLinksHere/cpp/algorithm
Related changeshttps://en.cppreference.com/Special:RecentChangesLinked/cpp/algorithm
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttps://en.cppreference.com/Special:SpecialPages
Printable versionjavascript:print();
Permanent linkhttps://en.cppreference.com/index.php?title=cpp/algorithm&oldid=185489
Page informationhttps://en.cppreference.com/index.php?title=cpp/algorithm&action=info
العربيةhttp://ar.cppreference.com/cpp/algorithm
Deutschhttps://de.cppreference.com/cpp/algorithm
Españolhttp://es.cppreference.com/cpp/algorithm
Françaishttp://fr.cppreference.com/cpp/algorithm
Italianohttp://it.cppreference.com/cpp/algorithm
日本語http://ja.cppreference.com/cpp/algorithm
Portuguêshttp://pt.cppreference.com/cpp/algorithm
Русскийhttp://ru.cppreference.com/cpp/algorithm
Türkçehttp://tr.cppreference.com/cpp/algorithm
中文http://zh.cppreference.com/cpp/algorithm

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.