René's URL Explorer Experiment


Title: 算法库 - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: zh.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttp://zh.cppreference.com/
创建账号http://zh.cppreference.com/index.php?title=Special:%E5%88%9B%E5%BB%BA%E8%B4%A6%E6%88%B7&returnto=cpp%2Falgorithm
登录http://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp%2Falgorithm
页面http://zh.cppreference.com/cpp/algorithm
讨论http://zh.cppreference.com/index.php?title=Talk:cpp/algorithm&action=edit&redlink=1
http://zh.cppreference.com/cpp/algorithm
不转换http://zh.cppreference.com/index.php?title=cpp/algorithm&variant=zh
简体http://zh.cppreference.com/index.php?title=cpp/algorithm&variant=zh-hans
繁體http://zh.cppreference.com/index.php?title=cpp/algorithm&variant=zh-hant
大陆简体http://zh.cppreference.com/index.php?title=cpp/algorithm&variant=zh-cn
香港繁體http://zh.cppreference.com/index.php?title=cpp/algorithm&variant=zh-hk
澳門繁體http://zh.cppreference.com/index.php?title=cpp/algorithm&variant=zh-mo
大马简体http://zh.cppreference.com/index.php?title=cpp/algorithm&variant=zh-my
新加坡简体http://zh.cppreference.com/index.php?title=cpp/algorithm&variant=zh-sg
臺灣正體http://zh.cppreference.com/index.php?title=cpp/algorithm&variant=zh-tw
阅读http://zh.cppreference.com/cpp/algorithm
查看源代码http://zh.cppreference.com/index.php?title=cpp/algorithm&action=edit
查看历史http://zh.cppreference.com/index.php?title=cpp/algorithm&action=history
http://zh.cppreference.com/cpp/algorithm
cpphttp://zh.cppreference.com/cpp
C++http://zh.cppreference.com/cpp
编译器支持http://zh.cppreference.com/cpp/compiler_support
自立实现与有宿主实现http://zh.cppreference.com/cpp/freestanding
语言http://zh.cppreference.com/cpp/language
标准库http://zh.cppreference.com/cpp/standard_library
标准库标头http://zh.cppreference.com/cpp/header
具名要求http://zh.cppreference.com/cpp/named_req
功能特性测试宏http://zh.cppreference.com/cpp/feature_test
语言支持库http://zh.cppreference.com/cpp/utility#语言支持
概念库http://zh.cppreference.com/cpp/concepts
诊断库http://zh.cppreference.com/cpp/error
内存管理库http://zh.cppreference.com/cpp/memory
元编程库http://zh.cppreference.com/cpp/meta
通用工具库http://zh.cppreference.com/cpp/utility
容器库http://zh.cppreference.com/cpp/container
迭代器库http://zh.cppreference.com/cpp/iterator
范围库http://zh.cppreference.com/cpp/ranges
字符串库http://zh.cppreference.com/cpp/string
文本处理库http://zh.cppreference.com/cpp/text
数值库http://zh.cppreference.com/cpp/numeric
日期和时间库http://zh.cppreference.com/cpp/chrono
输入/输出库http://zh.cppreference.com/cpp/io
文件系统库http://zh.cppreference.com/cpp/filesystem
并发支持库http://zh.cppreference.com/cpp/thread
执行控制库http://zh.cppreference.com/cpp/execution
技术规范http://zh.cppreference.com/cpp/experimental
符号索引http://zh.cppreference.com/cpp/symbol_index
外部库http://zh.cppreference.com/cpp/links/libs
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
受约束算法及范围上的算法http://zh.cppreference.com/cpp/algorithm/ranges
ranges::copyhttp://zh.cppreference.com/cpp/algorithm/ranges/copy
ranges::sorthttp://zh.cppreference.com/cpp/algorithm/ranges/sort
不修改序列的操作http://zh.cppreference.com/cpp/algorithm#不修改序列的操作
批量操作http://zh.cppreference.com/cpp/algorithm#批量操作
for_eachhttp://zh.cppreference.com/cpp/algorithm/for_each
for_each_nhttp://zh.cppreference.com/cpp/algorithm/for_each_n
搜索操作http://zh.cppreference.com/cpp/algorithm#搜索操作
all_ofany_ofnone_ofhttp://zh.cppreference.com/cpp/algorithm/all_any_none_of
countcount_ifhttp://zh.cppreference.com/cpp/algorithm/count
mismatchhttp://zh.cppreference.com/cpp/algorithm/mismatch
equalhttp://zh.cppreference.com/cpp/algorithm/equal
findfind_iffind_if_nothttp://zh.cppreference.com/cpp/algorithm/find
find_endhttp://zh.cppreference.com/cpp/algorithm/find_end
find_first_ofhttp://zh.cppreference.com/cpp/algorithm/find_first_of
adjacent_findhttp://zh.cppreference.com/cpp/algorithm/adjacent_find
searchhttp://zh.cppreference.com/cpp/algorithm/search
search_nhttp://zh.cppreference.com/cpp/algorithm/search_n
修改序列的操作http://zh.cppreference.com/cpp/algorithm#修改序列的操作
复制操作http://zh.cppreference.com/cpp/algorithm#复制操作
copycopy_ifhttp://zh.cppreference.com/cpp/algorithm/copy
copy_backwardhttp://zh.cppreference.com/cpp/algorithm/copy_backward
copy_nhttp://zh.cppreference.com/cpp/algorithm/copy_n
movehttp://zh.cppreference.com/cpp/algorithm/move
move_backwardhttp://zh.cppreference.com/cpp/algorithm/move_backward
交换操作http://zh.cppreference.com/cpp/algorithm#交换操作
swaphttp://zh.cppreference.com/cpp/algorithm/swap
iter_swaphttp://zh.cppreference.com/cpp/algorithm/iter_swap
swap_rangeshttp://zh.cppreference.com/cpp/algorithm/swap_ranges
变换操作http://zh.cppreference.com/cpp/algorithm#变换操作
replacereplace_ifhttp://zh.cppreference.com/cpp/algorithm/replace
transformhttp://zh.cppreference.com/cpp/algorithm/transform
replace_copyreplace_copy_ifhttp://zh.cppreference.com/cpp/algorithm/replace_copy
生成操作http://zh.cppreference.com/cpp/algorithm#生成操作
fillhttp://zh.cppreference.com/cpp/algorithm/fill
fill_nhttp://zh.cppreference.com/cpp/algorithm/fill_n
generatehttp://zh.cppreference.com/cpp/algorithm/generate
generate_nhttp://zh.cppreference.com/cpp/algorithm/generate_n
移除操作http://zh.cppreference.com/cpp/algorithm#移除操作
removeremove_ifhttp://zh.cppreference.com/cpp/algorithm/remove
uniquehttp://zh.cppreference.com/cpp/algorithm/unique
remove_copyremove_copy_ifhttp://zh.cppreference.com/cpp/algorithm/remove_copy
unique_copyhttp://zh.cppreference.com/cpp/algorithm/unique_copy
顺序变更操作http://zh.cppreference.com/cpp/algorithm#顺序变更操作
reversehttp://zh.cppreference.com/cpp/algorithm/reverse
reverse_copyhttp://zh.cppreference.com/cpp/algorithm/reverse_copy
rotatehttp://zh.cppreference.com/cpp/algorithm/rotate
rotate_copyhttp://zh.cppreference.com/cpp/algorithm/rotate_copy
random_shuffleshufflehttp://zh.cppreference.com/cpp/algorithm/random_shuffle
shift_leftshift_righthttp://zh.cppreference.com/cpp/algorithm/shift
采样操作http://zh.cppreference.com/cpp/algorithm#采样操作
samplehttp://zh.cppreference.com/cpp/algorithm/sample
排序和相关操作http://zh.cppreference.com/cpp/algorithm#排序和相关操作
划分操作http://zh.cppreference.com/cpp/algorithm#划分操作
partitionhttp://zh.cppreference.com/cpp/algorithm/partition
partition_copyhttp://zh.cppreference.com/cpp/algorithm/partition_copy
stable_partitionhttp://zh.cppreference.com/cpp/algorithm/stable_partition
is_partitionedhttp://zh.cppreference.com/cpp/algorithm/is_partitioned
partition_pointhttp://zh.cppreference.com/cpp/algorithm/partition_point
排序操作http://zh.cppreference.com/cpp/algorithm#排序操作
sorthttp://zh.cppreference.com/cpp/algorithm/sort
stable_sorthttp://zh.cppreference.com/cpp/algorithm/stable_sort
partial_sorthttp://zh.cppreference.com/cpp/algorithm/partial_sort
partial_sort_copyhttp://zh.cppreference.com/cpp/algorithm/partial_sort_copy
is_sortedhttp://zh.cppreference.com/cpp/algorithm/is_sorted
is_sorted_untilhttp://zh.cppreference.com/cpp/algorithm/is_sorted_until
nth_elementhttp://zh.cppreference.com/cpp/algorithm/nth_element
二分搜索操作(在已划分范围上)http://zh.cppreference.com/cpp/algorithm#二分搜索操作(在已划分范围上)
lower_boundhttp://zh.cppreference.com/cpp/algorithm/lower_bound
upper_boundhttp://zh.cppreference.com/cpp/algorithm/upper_bound
equal_rangehttp://zh.cppreference.com/cpp/algorithm/equal_range
binary_searchhttp://zh.cppreference.com/cpp/algorithm/binary_search
集合操作(在有序范围上)http://zh.cppreference.com/cpp/algorithm#集合操作(在有序范围上)
includeshttp://zh.cppreference.com/cpp/algorithm/includes
set_unionhttp://zh.cppreference.com/cpp/algorithm/set_union
set_intersectionhttp://zh.cppreference.com/cpp/algorithm/set_intersection
set_differencehttp://zh.cppreference.com/cpp/algorithm/set_difference
set_symmetric_differencehttp://zh.cppreference.com/cpp/algorithm/set_symmetric_difference
归并操作(在有序范围上)http://zh.cppreference.com/cpp/algorithm#归并操作(在有序范围上)
mergehttp://zh.cppreference.com/cpp/algorithm/merge
inplace_mergehttp://zh.cppreference.com/cpp/algorithm/inplace_merge
堆操作http://zh.cppreference.com/cpp/algorithm#堆操作
push_heaphttp://zh.cppreference.com/cpp/algorithm/push_heap
pop_heaphttp://zh.cppreference.com/cpp/algorithm/pop_heap
make_heaphttp://zh.cppreference.com/cpp/algorithm/make_heap
sort_heaphttp://zh.cppreference.com/cpp/algorithm/sort_heap
is_heaphttp://zh.cppreference.com/cpp/algorithm/is_heap
is_heap_untilhttp://zh.cppreference.com/cpp/algorithm/is_heap_until
最小/最大操作http://zh.cppreference.com/cpp/algorithm#最小/最大操作
maxhttp://zh.cppreference.com/cpp/algorithm/max
minhttp://zh.cppreference.com/cpp/algorithm/min
minmaxhttp://zh.cppreference.com/cpp/algorithm/minmax
clamphttp://zh.cppreference.com/cpp/algorithm/clamp
max_elementhttp://zh.cppreference.com/cpp/algorithm/max_element
min_elementhttp://zh.cppreference.com/cpp/algorithm/min_element
minmax_elementhttp://zh.cppreference.com/cpp/algorithm/minmax_element
字典序比较操作http://zh.cppreference.com/cpp/algorithm#字典序比较操作
lexicographical_comparehttp://zh.cppreference.com/cpp/algorithm/lexicographical_compare
lexicographical_compare_three_wayhttp://zh.cppreference.com/cpp/algorithm/lexicographical_compare_three_way
排列操作http://zh.cppreference.com/cpp/algorithm#排列操作
next_permutationhttp://zh.cppreference.com/cpp/algorithm/next_permutation
prev_permutationhttp://zh.cppreference.com/cpp/algorithm/prev_permutation
is_permutationhttp://zh.cppreference.com/cpp/algorithm/is_permutation
执行策略 (C++17)http://zh.cppreference.com/cpp/algorithm#执行策略
is_execution_policyhttp://zh.cppreference.com/cpp/algorithm/is_execution_policy
execution::seqexecution::parexecution::par_unseqexecution::unseqhttp://zh.cppreference.com/cpp/algorithm/execution_policy_tag
execution-policyhttp://zh.cppreference.com/cpp/algorithm/execution-policy
execution::sequenced_policyexecution::parallel_policyexecution::parallel_unsequenced_policyexecution::parallel_unsequencedhttp://zh.cppreference.com/cpp/algorithm/execution_policy_tag_t
数值运算http://zh.cppreference.com/cpp/algorithm#数值运算
iotahttp://zh.cppreference.com/cpp/algorithm/iota
inner_producthttp://zh.cppreference.com/cpp/algorithm/inner_product
reducehttp://zh.cppreference.com/cpp/algorithm/reduce
accumulatehttp://zh.cppreference.com/cpp/algorithm/accumulate
adjacent_differencehttp://zh.cppreference.com/cpp/algorithm/adjacent_difference
transform_reducehttp://zh.cppreference.com/cpp/algorithm/transform_reduce
partial_sumhttp://zh.cppreference.com/cpp/algorithm/partial_sum
inclusive_scanhttp://zh.cppreference.com/cpp/algorithm/inclusive_scan
exclusive_scanhttp://zh.cppreference.com/cpp/algorithm/exclusive_scan
transform_inclusive_scanhttp://zh.cppreference.com/cpp/algorithm/transform_inclusive_scan
transform_exclusive_scanhttp://zh.cppreference.com/cpp/algorithm/transform_exclusive_scan
专门算法http://zh.cppreference.com/cpp/algorithm/memory
专门算法http://zh.cppreference.com/cpp/algorithm#random_专门算法
ranges::generate_randomhttp://zh.cppreference.com/cpp/algorithm/ranges/generate_random
C 库http://zh.cppreference.com/cpp/algorithm#C_库
qsorthttp://zh.cppreference.com/cpp/algorithm/qsort
bsearchhttp://zh.cppreference.com/cpp/algorithm/bsearch
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/navbar_content&action=edit
范围http://zh.cppreference.com/cpp/iterator#范围
1 受约束算法 (C++20 起)http://zh.cppreference.com/cpp/algorithm#受约束算法_(C++20_起)
2 并行算法 (C++17 起)http://zh.cppreference.com/cpp/algorithm#并行算法_(C++17_起)
2.1 执行策略http://zh.cppreference.com/cpp/algorithm#执行策略
3 不修改序列的操作http://zh.cppreference.com/cpp/algorithm#不修改序列的操作
3.1 批量操作http://zh.cppreference.com/cpp/algorithm#批量操作
3.2 搜索操作http://zh.cppreference.com/cpp/algorithm#搜索操作
3.3 折叠操作 (C++23 起)http://zh.cppreference.com/cpp/algorithm#折叠操作_(C++23_起)
4 修改序列的操作http://zh.cppreference.com/cpp/algorithm#修改序列的操作
4.1 复制操作http://zh.cppreference.com/cpp/algorithm#复制操作
4.2 交换操作http://zh.cppreference.com/cpp/algorithm#交换操作
4.3 变换操作http://zh.cppreference.com/cpp/algorithm#变换操作
4.4 生成操作http://zh.cppreference.com/cpp/algorithm#生成操作
4.5 移除操作http://zh.cppreference.com/cpp/algorithm#移除操作
4.6 顺序变更操作http://zh.cppreference.com/cpp/algorithm#顺序变更操作
4.7 采样操作http://zh.cppreference.com/cpp/algorithm#采样操作
5 排序和相关操作http://zh.cppreference.com/cpp/algorithm#排序和相关操作
5.1 要求http://zh.cppreference.com/cpp/algorithm#要求
5.2 划分操作http://zh.cppreference.com/cpp/algorithm#划分操作
5.3 排序操作http://zh.cppreference.com/cpp/algorithm#排序操作
5.4 二分搜索操作(在已划分范围上)http://zh.cppreference.com/cpp/algorithm#二分搜索操作(在已划分范围上)
5.5 集合操作(在已排序范围上)http://zh.cppreference.com/cpp/algorithm#集合操作(在已排序范围上)
5.6 归并操作(在已排序范围上)http://zh.cppreference.com/cpp/algorithm#归并操作(在已排序范围上)
5.7 堆操作http://zh.cppreference.com/cpp/algorithm#堆操作
5.8 最小/最大操作http://zh.cppreference.com/cpp/algorithm#最小/最大操作
5.9 字典序比较操作http://zh.cppreference.com/cpp/algorithm#字典序比较操作
5.10 排列操作http://zh.cppreference.com/cpp/algorithm#排列操作
6 数值运算http://zh.cppreference.com/cpp/algorithm#数值运算
7 专门算法http://zh.cppreference.com/cpp/algorithm#_专门算法
8 专门算法 (C++26 起)http://zh.cppreference.com/cpp/algorithm#_专门算法_(C++26_起)
9 注解http://zh.cppreference.com/cpp/algorithm#注解
10 C 库http://zh.cppreference.com/cpp/algorithm#C_库
11 缺陷报告http://zh.cppreference.com/cpp/algorithm#缺陷报告
12 参阅http://zh.cppreference.com/cpp/algorithm#参阅
受约束算法http://zh.cppreference.com/cpp/algorithm/ranges
受约束http://zh.cppreference.com/cpp/language/constraints
迭代器http://zh.cppreference.com/cpp/iterator/input_or_output_iterator
哨位http://zh.cppreference.com/cpp/iterator/sentinel_for
rangehttp://zh.cppreference.com/cpp/ranges/range
返回类型http://zh.cppreference.com/cpp/algorithm/ranges#返回类型
execution-policyhttp://zh.cppreference.com/cpp/algorithm/execution-policy
执行策略http://zh.cppreference.com/cpp/algorithm/execution_policy_tag_t
执行策略对象http://zh.cppreference.com/cpp/algorithm/execution_policy_tag
http://zh.cppreference.com/cpp/header/execution
sequenced_policyparallel_policyparallel_unsequenced_policyunsequenced_policyhttp://zh.cppreference.com/cpp/algorithm/execution_policy_tag_t
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_execution_policy_tag_t&action=edit
seqparpar_unsequnseqhttp://zh.cppreference.com/cpp/algorithm/execution_policy_tag
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_execution_policy_tag&action=edit
is_execution_policyhttp://zh.cppreference.com/cpp/algorithm/is_execution_policy
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_is_execution_policy&action=edit
execution-policyhttp://zh.cppreference.com/cpp/algorithm/execution-policy
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_execution-policy&action=edit
http://zh.cppreference.com/cpp/header/algorithm
for_eachhttp://zh.cppreference.com/cpp/algorithm/for_each
函数对象http://zh.cppreference.com/cpp/named_req/FunctionObject
范围http://zh.cppreference.com/cpp/iterator#范围
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_for_each&action=edit
ranges::for_eachhttp://zh.cppreference.com/cpp/algorithm/ranges/for_each
for_each_nhttp://zh.cppreference.com/cpp/algorithm/for_each_n
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_for_each_n&action=edit
ranges::for_each_nhttp://zh.cppreference.com/cpp/algorithm/ranges/for_each_n
http://zh.cppreference.com/cpp/header/algorithm
all_ofany_ofnone_ofhttp://zh.cppreference.com/cpp/algorithm/all_any_none_of
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_all_any_none_of&action=edit
ranges::all_ofranges::any_ofranges::none_ofhttp://zh.cppreference.com/cpp/algorithm/ranges/all_any_none_of
ranges::containsranges::contains_subrangehttp://zh.cppreference.com/cpp/algorithm/ranges/contains
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_contains&action=edit
findfind_iffind_if_nothttp://zh.cppreference.com/cpp/algorithm/find
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_find&action=edit
ranges::findranges::find_ifranges::find_if_nothttp://zh.cppreference.com/cpp/algorithm/ranges/find
ranges::find_lastranges::find_last_ifranges::find_last_if_nothttp://zh.cppreference.com/cpp/algorithm/ranges/find_last
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_find_last&action=edit
find_endhttp://zh.cppreference.com/cpp/algorithm/find_end
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_find_end&action=edit
ranges::find_endhttp://zh.cppreference.com/cpp/algorithm/ranges/find_end
find_first_ofhttp://zh.cppreference.com/cpp/algorithm/find_first_of
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_find_first_of&action=edit
ranges::find_first_ofhttp://zh.cppreference.com/cpp/algorithm/ranges/find_first_of
adjacent_findhttp://zh.cppreference.com/cpp/algorithm/adjacent_find
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_adjacent_find&action=edit
ranges::adjacent_findhttp://zh.cppreference.com/cpp/algorithm/ranges/adjacent_find
countcount_ifhttp://zh.cppreference.com/cpp/algorithm/count
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_count&action=edit
ranges::countranges::count_ifhttp://zh.cppreference.com/cpp/algorithm/ranges/count
mismatchhttp://zh.cppreference.com/cpp/algorithm/mismatch
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_mismatch&action=edit
ranges::mismatchhttp://zh.cppreference.com/cpp/algorithm/ranges/mismatch
equalhttp://zh.cppreference.com/cpp/algorithm/equal
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_equal&action=edit
ranges::equalhttp://zh.cppreference.com/cpp/algorithm/ranges/equal
searchhttp://zh.cppreference.com/cpp/algorithm/search
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_search&action=edit
ranges::searchhttp://zh.cppreference.com/cpp/algorithm/ranges/search
search_nhttp://zh.cppreference.com/cpp/algorithm/search_n
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_search_n&action=edit
ranges::search_nhttp://zh.cppreference.com/cpp/algorithm/ranges/search_n
ranges::starts_withhttp://zh.cppreference.com/cpp/algorithm/ranges/starts_with
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_starts_with&action=edit
ranges::ends_withhttp://zh.cppreference.com/cpp/algorithm/ranges/ends_with
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_ends_with&action=edit
http://zh.cppreference.com/cpp/header/algorithm
ranges::fold_lefthttp://zh.cppreference.com/cpp/algorithm/ranges/fold_left
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_fold_left&action=edit
ranges::fold_left_firsthttp://zh.cppreference.com/cpp/algorithm/ranges/fold_left_first
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_fold_left_first&action=edit
ranges::fold_righthttp://zh.cppreference.com/cpp/algorithm/ranges/fold_right
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_fold_right&action=edit
ranges::fold_right_lasthttp://zh.cppreference.com/cpp/algorithm/ranges/fold_right_last
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_fold_right_last&action=edit
ranges::fold_left_with_iterhttp://zh.cppreference.com/cpp/algorithm/ranges/fold_left_with_iter
pairhttp://zh.cppreference.com/cpp/algorithm/ranges/return_types/in_value_result
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_fold_left_with_iter&action=edit
ranges::fold_left_first_with_iterhttp://zh.cppreference.com/cpp/algorithm/ranges/fold_left_first_with_iter
pairhttp://zh.cppreference.com/cpp/algorithm/ranges/return_types/in_value_result
optionalhttp://zh.cppreference.com/cpp/utility/optional
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_fold_left_first_with_iter&action=edit
http://zh.cppreference.com/cpp/header/algorithm
copycopy_ifhttp://zh.cppreference.com/cpp/algorithm/copy
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_copy&action=edit
ranges::copyranges::copy_ifhttp://zh.cppreference.com/cpp/algorithm/ranges/copy
copy_nhttp://zh.cppreference.com/cpp/algorithm/copy_n
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_copy_n&action=edit
ranges::copy_nhttp://zh.cppreference.com/cpp/algorithm/ranges/copy_n
copy_backwardhttp://zh.cppreference.com/cpp/algorithm/copy_backward
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_copy_backward&action=edit
ranges::copy_backwardhttp://zh.cppreference.com/cpp/algorithm/ranges/copy_backward
movehttp://zh.cppreference.com/cpp/algorithm/move
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_move&action=edit
ranges::movehttp://zh.cppreference.com/cpp/algorithm/ranges/move
move_backwardhttp://zh.cppreference.com/cpp/algorithm/move_backward
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_move_backward&action=edit
ranges::move_backwardhttp://zh.cppreference.com/cpp/algorithm/ranges/move_backward
http://zh.cppreference.com/cpp/header/algorithm
http://zh.cppreference.com/cpp/header/utility
http://zh.cppreference.com/cpp/header/string_view
swaphttp://zh.cppreference.com/cpp/algorithm/swap
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_swap&action=edit
http://zh.cppreference.com/cpp/header/algorithm
swap_rangeshttp://zh.cppreference.com/cpp/algorithm/swap_ranges
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_swap_ranges&action=edit
ranges::swap_rangeshttp://zh.cppreference.com/cpp/algorithm/ranges/swap_ranges
iter_swaphttp://zh.cppreference.com/cpp/algorithm/iter_swap
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_iter_swap&action=edit
http://zh.cppreference.com/cpp/header/algorithm
transformhttp://zh.cppreference.com/cpp/algorithm/transform
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_transform&action=edit
ranges::transformhttp://zh.cppreference.com/cpp/algorithm/ranges/transform
replacereplace_ifhttp://zh.cppreference.com/cpp/algorithm/replace
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_replace&action=edit
ranges::replaceranges::replace_ifhttp://zh.cppreference.com/cpp/algorithm/ranges/replace
replace_copyreplace_copy_ifhttp://zh.cppreference.com/cpp/algorithm/replace_copy
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_replace_copy&action=edit
ranges::replace_copyranges::replace_copy_ifhttp://zh.cppreference.com/cpp/algorithm/ranges/replace_copy
http://zh.cppreference.com/cpp/header/algorithm
fillhttp://zh.cppreference.com/cpp/algorithm/fill
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_fill&action=edit
ranges::fillhttp://zh.cppreference.com/cpp/algorithm/ranges/fill
fill_nhttp://zh.cppreference.com/cpp/algorithm/fill_n
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_fill_n&action=edit
ranges::fill_nhttp://zh.cppreference.com/cpp/algorithm/ranges/fill_n
generatehttp://zh.cppreference.com/cpp/algorithm/generate
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_generate&action=edit
ranges::generatehttp://zh.cppreference.com/cpp/algorithm/ranges/generate
generate_nhttp://zh.cppreference.com/cpp/algorithm/generate_n
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_generate_n&action=edit
ranges::generate_nhttp://zh.cppreference.com/cpp/algorithm/ranges/generate_n
http://zh.cppreference.com/cpp/header/algorithm
removeremove_ifhttp://zh.cppreference.com/cpp/algorithm/remove
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_remove&action=edit
ranges::removeranges::remove_ifhttp://zh.cppreference.com/cpp/algorithm/ranges/remove
remove_copyremove_copy_ifhttp://zh.cppreference.com/cpp/algorithm/remove_copy
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_remove_copy&action=edit
ranges::remove_copyranges::remove_copy_ifhttp://zh.cppreference.com/cpp/algorithm/ranges/remove_copy
uniquehttp://zh.cppreference.com/cpp/algorithm/unique
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_unique&action=edit
ranges::uniquehttp://zh.cppreference.com/cpp/algorithm/ranges/unique
unique_copyhttp://zh.cppreference.com/cpp/algorithm/unique_copy
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_unique_copy&action=edit
ranges::unique_copyhttp://zh.cppreference.com/cpp/algorithm/ranges/unique_copy
http://zh.cppreference.com/cpp/header/algorithm
reversehttp://zh.cppreference.com/cpp/algorithm/reverse
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_reverse&action=edit
ranges::reversehttp://zh.cppreference.com/cpp/algorithm/ranges/reverse
reverse_copyhttp://zh.cppreference.com/cpp/algorithm/reverse_copy
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_reverse_copy&action=edit
ranges::reverse_copyhttp://zh.cppreference.com/cpp/algorithm/ranges/reverse_copy
rotatehttp://zh.cppreference.com/cpp/algorithm/rotate
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_rotate&action=edit
ranges::rotatehttp://zh.cppreference.com/cpp/algorithm/ranges/rotate
rotate_copyhttp://zh.cppreference.com/cpp/algorithm/rotate_copy
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_rotate_copy&action=edit
ranges::rotate_copyhttp://zh.cppreference.com/cpp/algorithm/ranges/rotate_copy
shift_leftshift_righthttp://zh.cppreference.com/cpp/algorithm/shift
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_shift&action=edit
ranges::shift_leftranges::shift_righthttp://zh.cppreference.com/cpp/algorithm/ranges/shift
random_shuffleshufflehttp://zh.cppreference.com/cpp/algorithm/shuffle
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_random_shuffle&action=edit
ranges::shufflehttp://zh.cppreference.com/cpp/algorithm/ranges/shuffle
http://zh.cppreference.com/cpp/header/algorithm
samplehttp://zh.cppreference.com/cpp/algorithm/sample
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_sample&action=edit
ranges::samplehttp://zh.cppreference.com/cpp/algorithm/ranges/sample
[1]http://zh.cppreference.com/cpp/algorithm#cite_note-plus-1
有效迭代器http://zh.cppreference.com/cpp/iterator#可解性与有效性
[1]http://zh.cppreference.com/cpp/algorithm#cite_note-plus-1
[1]http://zh.cppreference.com/cpp/algorithm#cite_note-plus-1
[1]http://zh.cppreference.com/cpp/algorithm#cite_note-plus-1
[1]http://zh.cppreference.com/cpp/algorithm#cite_note-plus-1
1.0http://zh.cppreference.com/cpp/algorithm#cite_ref-plus_1-0
1.1http://zh.cppreference.com/cpp/algorithm#cite_ref-plus_1-1
1.2http://zh.cppreference.com/cpp/algorithm#cite_ref-plus_1-2
1.3http://zh.cppreference.com/cpp/algorithm#cite_ref-plus_1-3
1.4http://zh.cppreference.com/cpp/algorithm#cite_ref-plus_1-4
http://zh.cppreference.com/cpp/header/algorithm
is_partitionedhttp://zh.cppreference.com/cpp/algorithm/is_partitioned
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_is_partitioned&action=edit
ranges::is_partitionedhttp://zh.cppreference.com/cpp/algorithm/ranges/is_partitioned
partitionhttp://zh.cppreference.com/cpp/algorithm/partition
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_partition&action=edit
ranges::partitionhttp://zh.cppreference.com/cpp/algorithm/ranges/partition
partition_copyhttp://zh.cppreference.com/cpp/algorithm/partition_copy
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_partition_copy&action=edit
ranges::partition_copyhttp://zh.cppreference.com/cpp/algorithm/ranges/partition_copy
stable_partitionhttp://zh.cppreference.com/cpp/algorithm/stable_partition
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_stable_partition&action=edit
ranges::stable_partitionhttp://zh.cppreference.com/cpp/algorithm/ranges/stable_partition
partition_pointhttp://zh.cppreference.com/cpp/algorithm/partition_point
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_partition_point&action=edit
ranges::partition_pointhttp://zh.cppreference.com/cpp/algorithm/ranges/partition_point
http://zh.cppreference.com/cpp/header/algorithm
sorthttp://zh.cppreference.com/cpp/algorithm/sort
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_sort&action=edit
ranges::sorthttp://zh.cppreference.com/cpp/algorithm/ranges/sort
stable_sorthttp://zh.cppreference.com/cpp/algorithm/stable_sort
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_stable_sort&action=edit
ranges::stable_sorthttp://zh.cppreference.com/cpp/algorithm/ranges/stable_sort
partial_sorthttp://zh.cppreference.com/cpp/algorithm/partial_sort
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_partial_sort&action=edit
ranges::partial_sorthttp://zh.cppreference.com/cpp/algorithm/ranges/partial_sort
partial_sort_copyhttp://zh.cppreference.com/cpp/algorithm/partial_sort_copy
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_partial_sort_copy&action=edit
ranges::partial_sort_copyhttp://zh.cppreference.com/cpp/algorithm/ranges/partial_sort_copy
is_sortedhttp://zh.cppreference.com/cpp/algorithm/is_sorted
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_is_sorted&action=edit
ranges::is_sortedhttp://zh.cppreference.com/cpp/algorithm/ranges/is_sorted
is_sorted_untilhttp://zh.cppreference.com/cpp/algorithm/is_sorted_until
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_is_sorted_until&action=edit
ranges::is_sorted_untilhttp://zh.cppreference.com/cpp/algorithm/ranges/is_sorted_until
nth_elementhttp://zh.cppreference.com/cpp/algorithm/nth_element
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_nth_element&action=edit
ranges::nth_elementhttp://zh.cppreference.com/cpp/algorithm/ranges/nth_element
http://zh.cppreference.com/cpp/header/algorithm
lower_boundhttp://zh.cppreference.com/cpp/algorithm/lower_bound
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_lower_bound&action=edit
ranges::lower_boundhttp://zh.cppreference.com/cpp/algorithm/ranges/lower_bound
upper_boundhttp://zh.cppreference.com/cpp/algorithm/upper_bound
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_upper_bound&action=edit
ranges::upper_boundhttp://zh.cppreference.com/cpp/algorithm/ranges/upper_bound
equal_rangehttp://zh.cppreference.com/cpp/algorithm/equal_range
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_equal_range&action=edit
ranges::equal_rangehttp://zh.cppreference.com/cpp/algorithm/ranges/equal_range
binary_searchhttp://zh.cppreference.com/cpp/algorithm/binary_search
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_binary_search&action=edit
ranges::binary_searchhttp://zh.cppreference.com/cpp/algorithm/ranges/binary_search
http://zh.cppreference.com/cpp/header/algorithm
includeshttp://zh.cppreference.com/cpp/algorithm/includes
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_includes&action=edit
ranges::includeshttp://zh.cppreference.com/cpp/algorithm/ranges/includes
set_unionhttp://zh.cppreference.com/cpp/algorithm/set_union
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_set_union&action=edit
ranges::set_unionhttp://zh.cppreference.com/cpp/algorithm/ranges/set_union
set_intersectionhttp://zh.cppreference.com/cpp/algorithm/set_intersection
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_set_intersection&action=edit
ranges::set_intersectionhttp://zh.cppreference.com/cpp/algorithm/ranges/set_intersection
set_differencehttp://zh.cppreference.com/cpp/algorithm/set_difference
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_set_difference&action=edit
ranges::set_differencehttp://zh.cppreference.com/cpp/algorithm/ranges/set_difference
set_symmetric_differencehttp://zh.cppreference.com/cpp/algorithm/set_symmetric_difference
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_set_symmetric_difference&action=edit
ranges::set_symmetric_differencehttp://zh.cppreference.com/cpp/algorithm/ranges/set_symmetric_difference
http://zh.cppreference.com/cpp/header/algorithm
mergehttp://zh.cppreference.com/cpp/algorithm/merge
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_merge&action=edit
ranges::mergehttp://zh.cppreference.com/cpp/algorithm/ranges/merge
inplace_mergehttp://zh.cppreference.com/cpp/algorithm/inplace_merge
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_inplace_merge&action=edit
ranges::inplace_mergehttp://zh.cppreference.com/cpp/algorithm/ranges/inplace_merge
范围http://zh.cppreference.com/cpp/iterator#范围
范围http://zh.cppreference.com/cpp/iterator#范围
最大堆https://en.wikipedia.org/wiki/Binary_heap
http://zh.cppreference.com/cpp/header/algorithm
push_heaphttp://zh.cppreference.com/cpp/algorithm/push_heap
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_push_heap&action=edit
ranges::push_heaphttp://zh.cppreference.com/cpp/algorithm/ranges/push_heap
pop_heaphttp://zh.cppreference.com/cpp/algorithm/pop_heap
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_pop_heap&action=edit
ranges::pop_heaphttp://zh.cppreference.com/cpp/algorithm/ranges/pop_heap
make_heaphttp://zh.cppreference.com/cpp/algorithm/make_heap
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_make_heap&action=edit
ranges::make_heaphttp://zh.cppreference.com/cpp/algorithm/ranges/make_heap
sort_heaphttp://zh.cppreference.com/cpp/algorithm/sort_heap
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_sort_heap&action=edit
ranges::sort_heaphttp://zh.cppreference.com/cpp/algorithm/ranges/sort_heap
is_heaphttp://zh.cppreference.com/cpp/algorithm/is_heap
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_is_heap&action=edit
ranges::is_heaphttp://zh.cppreference.com/cpp/algorithm/ranges/is_heap
is_heap_untilhttp://zh.cppreference.com/cpp/algorithm/is_heap_until
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_is_heap_until&action=edit
ranges::is_heap_untilhttp://zh.cppreference.com/cpp/algorithm/ranges/is_heap_until
http://zh.cppreference.com/cpp/header/algorithm
maxhttp://zh.cppreference.com/cpp/algorithm/max
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_max&action=edit
ranges::maxhttp://zh.cppreference.com/cpp/algorithm/ranges/max
max_elementhttp://zh.cppreference.com/cpp/algorithm/max_element
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_max_element&action=edit
ranges::max_elementhttp://zh.cppreference.com/cpp/algorithm/ranges/max_element
minhttp://zh.cppreference.com/cpp/algorithm/min
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_min&action=edit
ranges::minhttp://zh.cppreference.com/cpp/algorithm/ranges/min
min_elementhttp://zh.cppreference.com/cpp/algorithm/min_element
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_min_element&action=edit
ranges::min_elementhttp://zh.cppreference.com/cpp/algorithm/ranges/min_element
minmaxhttp://zh.cppreference.com/cpp/algorithm/minmax
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_minmax&action=edit
ranges::minmaxhttp://zh.cppreference.com/cpp/algorithm/ranges/minmax
minmax_elementhttp://zh.cppreference.com/cpp/algorithm/minmax_element
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_minmax_element&action=edit
ranges::minmax_elementhttp://zh.cppreference.com/cpp/algorithm/ranges/minmax_element
clamphttp://zh.cppreference.com/cpp/algorithm/clamp
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_clamp&action=edit
ranges::clamphttp://zh.cppreference.com/cpp/algorithm/ranges/clamp
http://zh.cppreference.com/cpp/header/algorithm
lexicographical_comparehttp://zh.cppreference.com/cpp/algorithm/lexicographical_compare
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_lexicographical_compare&action=edit
ranges::lexicographical_comparehttp://zh.cppreference.com/cpp/algorithm/ranges/lexicographical_compare
lexicographical_compare_three_wayhttp://zh.cppreference.com/cpp/algorithm/lexicographical_compare_three_way
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_lexicographical_compare_three_way&action=edit
http://zh.cppreference.com/cpp/header/algorithm
next_permutationhttp://zh.cppreference.com/cpp/algorithm/next_permutation
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_next_permutation&action=edit
ranges::next_permutationhttp://zh.cppreference.com/cpp/algorithm/ranges/next_permutation
prev_permutationhttp://zh.cppreference.com/cpp/algorithm/prev_permutation
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_prev_permutation&action=edit
ranges::prev_permutationhttp://zh.cppreference.com/cpp/algorithm/ranges/prev_permutation
is_permutationhttp://zh.cppreference.com/cpp/algorithm/is_permutation
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_is_permutation&action=edit
ranges::is_permutationhttp://zh.cppreference.com/cpp/algorithm/ranges/is_permutation
http://zh.cppreference.com/cpp/header/numeric
iotahttp://zh.cppreference.com/cpp/algorithm/iota
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_iota&action=edit
ranges::iotahttp://zh.cppreference.com/cpp/algorithm/ranges/iota
accumulatehttp://zh.cppreference.com/cpp/algorithm/accumulate
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_accumulate&action=edit
inner_producthttp://zh.cppreference.com/cpp/algorithm/inner_product
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_inner_product&action=edit
adjacent_differencehttp://zh.cppreference.com/cpp/algorithm/adjacent_difference
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_adjacent_difference&action=edit
partial_sumhttp://zh.cppreference.com/cpp/algorithm/partial_sum
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_partial_sum&action=edit
reducehttp://zh.cppreference.com/cpp/algorithm/reduce
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_reduce&action=edit
exclusive_scanhttp://zh.cppreference.com/cpp/algorithm/exclusive_scan
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_exclusive_scan&action=edit
inclusive_scanhttp://zh.cppreference.com/cpp/algorithm/inclusive_scan
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_inclusive_scan&action=edit
transform_reducehttp://zh.cppreference.com/cpp/algorithm/transform_reduce
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_transform_reduce&action=edit
transform_exclusive_scanhttp://zh.cppreference.com/cpp/algorithm/transform_exclusive_scan
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_transform_exclusive_scan&action=edit
transform_inclusive_scanhttp://zh.cppreference.com/cpp/algorithm/transform_inclusive_scan
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_transform_inclusive_scan&action=edit
专门算法http://zh.cppreference.com/cpp/algorithm/memory
http://zh.cppreference.com/cpp/header/random
ranges::generate_randomhttp://zh.cppreference.com/cpp/algorithm/ranges/generate_random
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/ranges/dsc_generate_random&action=edit
功能特性测试http://zh.cppreference.com/cpp/utility/feature_test
__cpp_lib_algorithm_default_value_typehttp://zh.cppreference.com/cpp/feature_test#cpp_lib_algorithm_default_value_type
202403Lhttp://zh.cppreference.com/cpp/compiler_support/26#cpp_lib_algorithm_default_value_type_202403L
列表初始化http://zh.cppreference.com/cpp/language/list_initialization
__cpp_lib_algorithm_iterator_requirementshttp://zh.cppreference.com/cpp/feature_test#cpp_lib_algorithm_iterator_requirements
202207Lhttp://zh.cppreference.com/cpp/compiler_support/23#cpp_lib_algorithm_iterator_requirements_202207L
__cpp_lib_clamphttp://zh.cppreference.com/cpp/feature_test#cpp_lib_clamp
201603Lhttp://zh.cppreference.com/cpp/compiler_support/17#cpp_lib_clamp_201603L
__cpp_lib_constexpr_algorithmshttp://zh.cppreference.com/cpp/feature_test#cpp_lib_constexpr_algorithms
201806Lhttp://zh.cppreference.com/cpp/compiler_support/20#cpp_lib_constexpr_algorithms_201806L
202306Lhttp://zh.cppreference.com/cpp/compiler_support/26#cpp_lib_constexpr_algorithms_202306L
__cpp_lib_executionhttp://zh.cppreference.com/cpp/feature_test#cpp_lib_execution
201603Lhttp://zh.cppreference.com/cpp/compiler_support/17#cpp_lib_execution_201603L
201902Lhttp://zh.cppreference.com/cpp/compiler_support/20#cpp_lib_execution_201902L
__cpp_lib_freestanding_algorithmhttp://zh.cppreference.com/cpp/feature_test#cpp_lib_freestanding_algorithm
202311Lhttp://zh.cppreference.com/cpp/compiler_support/26#cpp_lib_freestanding_algorithm_202311L
http://zh.cppreference.com/cpp/header/algorithm
__cpp_lib_parallel_algorithmhttp://zh.cppreference.com/cpp/feature_test#cpp_lib_parallel_algorithm
201603Lhttp://zh.cppreference.com/cpp/compiler_support/17#cpp_lib_parallel_algorithm_201603L
202506Lhttp://zh.cppreference.com/cpp/compiler_support/26#cpp_lib_parallel_algorithm_202506L
__cpp_lib_robust_nonmodifying_seq_opshttp://zh.cppreference.com/cpp/feature_test#cpp_lib_robust_nonmodifying_seq_ops
201304Lhttp://zh.cppreference.com/cpp/compiler_support/14#cpp_lib_robust_nonmodifying_seq_ops_201304L
__cpp_lib_samplehttp://zh.cppreference.com/cpp/feature_test#cpp_lib_sample
201603Lhttp://zh.cppreference.com/cpp/compiler_support/17#cpp_lib_sample_201603L
__cpp_lib_shifthttp://zh.cppreference.com/cpp/feature_test#cpp_lib_shift
201806Lhttp://zh.cppreference.com/cpp/compiler_support/20#cpp_lib_shift_201806L
http://zh.cppreference.com/cpp/header/cstdlib
qsorthttp://zh.cppreference.com/cpp/algorithm/qsort
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/algorithm/dsc_qsort&action=edit
bsearchhttp://zh.cppreference.com/cpp/algorithm/bsearch
[编辑]https://zh.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
最大堆https://en.wikipedia.org/wiki/Binary_heap
C 文档http://zh.cppreference.com/c/algorithm
分类http://zh.cppreference.com/Special:%E9%A1%B5%E9%9D%A2%E5%88%86%E7%B1%BB
使用已弃用source标签的页面http://zh.cppreference.com/index.php?title=Category:%E4%BD%BF%E7%94%A8%E5%B7%B2%E5%BC%83%E7%94%A8source%E6%A0%87%E7%AD%BE%E7%9A%84%E9%A1%B5%E9%9D%A2&action=edit&redlink=1
首页http://zh.cppreference.com/%E9%A6%96%E9%A1%B5
最近更改http://zh.cppreference.com/Special:%E6%9C%80%E8%BF%91%E6%9B%B4%E6%94%B9
随机页面http://zh.cppreference.com/Special:%E9%9A%8F%E6%9C%BA%E9%A1%B5%E9%9D%A2
MediaWiki帮助https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
http://zh.cppreference.com/cpp/algorithm
链入页面http://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp/algorithm
相关更改http://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp/algorithm
上传文件http://upload.cppreference.com/w/Special:Upload
特殊页面http://zh.cppreference.com/Special:%E7%89%B9%E6%AE%8A%E9%A1%B5%E9%9D%A2
可打印版javascript:print();
固定链接http://zh.cppreference.com/index.php?title=cpp/algorithm&oldid=102749
页面信息http://zh.cppreference.com/index.php?title=cpp/algorithm&action=info
Deutschhttps://de.cppreference.com/cpp/algorithm
Englishhttp://en.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

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.