Files
cppdraft_translate/cppdraft/algorithms/general.md
2025-10-25 03:02:53 +03:00

2.6 KiB

[algorithms.general]

26 Algorithms library [algorithms]

26.1 General [algorithms.general]

1

#

This Clause describes components that C++ programs may use to perform algorithmic operations on and other sequences.

2

#

The following subclauses describe components for non-modifying sequence operations, mutating sequence operations, sorting and related operations, and algorithms from the C library, as summarized in Table 85.

Table 85 — Algorithms library summary [tab:algorithms.summary]

🔗 Subclause Header
🔗
[algorithms.requirements]
Algorithms requirements
🔗
[algorithms.parallel]
Parallel algorithms
🔗
[algorithms.results]
Algorithm result types
🔗
[alg.nonmodifying]
Non-modifying sequence operations
🔗
[alg.modifying.operations]
Mutating sequence operations
🔗
[alg.sorting]
Sorting and related operations
🔗
[numeric.ops]
Generalized numeric operations
🔗
[specialized.algorithms]
Specialized algorithms
🔗
[alg.rand]
Specialized algorithms
🔗
[alg.c.library]
C library algorithms