- Introduction
- Non-mutating algorithms
- iter_fold
- fold
- fold_reverse
- find
- find_if
- contains
- count
- count_if
- equal
- lower_bound
- upper_bound
- Mutating algorithms
- erase
- erase_all
- erase_if
- erase_range
- insert
- insert_range
- copy
- copy_if
- transform
- replace
- replace_if
- reverse
- unique
- sort
- General-purpose algorithms
- next
- prior