From Jason Turner

[algorithms.summary]

Diff to HTML by rtfpessoa

tmp/tmp295a6e6i/{from.md → to.md} RENAMED
@@ -2,11 +2,12 @@
2
 
3
  | Subclause | | Header |
4
  | ---------------------------- | --------------------------------- | ------------- |
5
  | [[algorithms.requirements]] | Algorithms requirements | |
6
  | [[algorithms.parallel]] | Parallel algorithms | |
7
- | [[alg.nonmodifying]] | Non-modifying sequence operations | `<algorithm>` |
 
8
  | [[alg.modifying.operations]] | Mutating sequence operations | |
9
  | [[alg.sorting]] | Sorting and related operations | |
10
  | [[numeric.ops]] | Generalized numeric operations | `<numeric>` |
11
  | [[specialized.algorithms]] | Specialized `<memory>` algorithms | `<memory>` |
12
  | [[alg.c.library]] | C library algorithms | `<cstdlib>` |
 
2
 
3
  | Subclause | | Header |
4
  | ---------------------------- | --------------------------------- | ------------- |
5
  | [[algorithms.requirements]] | Algorithms requirements | |
6
  | [[algorithms.parallel]] | Parallel algorithms | |
7
+ | [[algorithms.results]] | Algorithm result types | `<algorithm>` |
8
+ | [[alg.nonmodifying]] | Non-modifying sequence operations | |
9
  | [[alg.modifying.operations]] | Mutating sequence operations | |
10
  | [[alg.sorting]] | Sorting and related operations | |
11
  | [[numeric.ops]] | Generalized numeric operations | `<numeric>` |
12
  | [[specialized.algorithms]] | Specialized `<memory>` algorithms | `<memory>` |
13
  | [[alg.c.library]] | C library algorithms | `<cstdlib>` |