From Jason Turner

[algorithms.summary]

Diff to HTML by rtfpessoa

tmp/tmp3rede05u/{from.md → to.md} RENAMED
@@ -1,14 +1,15 @@
1
  **Table: Algorithms library summary** <a id="algorithms.summary">[algorithms.summary]</a>
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>` |
14
 
 
1
  **Table: Algorithms library summary** <a id="algorithms.summary">[algorithms.summary]</a>
2
 
3
  | Subclause | | Header |
4
  | ---------------------------- | --------------------------------- | ------------- |
5
  | [[algorithms.requirements]] | Algorithms requirements | |
6
+ | [[algorithms.parallel]] | Parallel algorithms | `<execution>` |
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.rand]] | Specialized `<random>` algorithms | `<random>` |
14
  | [[alg.c.library]] | C library algorithms | `<cstdlib>` |
15