c++STL算法列表1. 查找算法 (13) 为判断容器中是否包含某⼀个值提供
2012英语六级真题adjacent_find()
binary_arch()
count()
经典英文名字
count_if()
equal_range()
find()
find_end()
find_first_of()
find_if()
lower_bound()
upper_bound()
arch()
arch_n()
2. 排序(sorting)和通⽤(ordering)算法(14)
提供元素的排序策略。
顺德翻译公司其中stable算法保证相等元素的原来顺序不变。
inplace_merge()
merge()
nth_element()
partial_sort()
partial_sort_copy()
partition()
random_shuffle()
rever()
rever_copy()
rotate()
rotate_copy()
sort()
stable_sort()
memory意思stable_partition()
3. 删除和替换算法(15)
copy()
ceo是什么
copy_backwards()
iter_swap()
remove()
remove_copy()
remove_if()
remove_copy_if()
replace()
replace_copy()
replace_if()
replace_copy_if()
swap()
swap_range()
unique()
unique_copy()
4. 排列组合算法(2)
提供计算给定集合按⼀定顺序的所有可能的排列组合。
next_permutation()
prev_permutation()
5. 算术算法(4)
accumulate()
开心就好英文partial_sum()
inner_product()
adjacent_difference()
6. ⽣成和异变算法(6)
fill()
fill_n()
for_each()
generate()
generate_n()
transform()
7. 关系算法(7)
equal()
includes()
lexicographical_compare()
max()
max_element()
min()
min_element()
mismatch()
口号英语翻译8. 集合算法(4)
高中数学补习
t_union() 合并2个集合
t_interction() 取交集
theta
t_difference() 取第⼀个集合减去第⼆个集合
t_symmetric_difference() 取只在⼀个集合中存在的元素集合
demonstrate
9. 堆算法(4)
make_heap()
pop_heap()
push_heap()
sort_heap()