tmp/tmpt1_pj6jd/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
| [[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>` |
|
| 13 |
+
|