| Marshall Clow | f45f32b | 2017-10-23 23:19:30 | [diff] [blame] | 1 | sort |
| 2 | stable_sort | ||||
| 3 | partition | ||||
| Marshall Clow | 772a6d4 | 2017-10-30 19:51:58 | [diff] [blame] | 4 | partition_copy |
| Marshall Clow | f45f32b | 2017-10-23 23:19:30 | [diff] [blame] | 5 | stable_partition |
| Marshall Clow | 772a6d4 | 2017-10-30 19:51:58 | [diff] [blame] | 6 | unique |
| 7 | unique_copy | ||||
| Marshall Clow | f45f32b | 2017-10-23 23:19:30 | [diff] [blame] | 8 | nth_element |
| 9 | partial_sort | ||||
| Marshall Clow | 772a6d4 | 2017-10-30 19:51:58 | [diff] [blame] | 10 | partial_sort_copy |
| Marshall Clow | f45f32b | 2017-10-23 23:19:30 | [diff] [blame] | 11 | make_heap |
| 12 | push_heap | ||||
| 13 | pop_heap | ||||
| 14 | regex_ECMAScript | ||||
| 15 | regex_POSIX | ||||
| 16 | regex_extended | ||||
| 17 | regex_awk | ||||
| 18 | regex_grep | ||||
| 19 | regex_egrep | ||||
| 20 | search | ||||