Conventions

What are the rules and terminologies needed to run algorithms? Let's find out.

We'll cover the following...

To use the algorithms, we have to keep a few rules in our mind.

Headers

The algorithms are defined in various headers:

Names Description
<algorithm> Contains the general algorithms.
<numeric> Contains numeric algorithms.
<functional> Predefined function objects and function adapters.

Name Conventions

Many of the algorithms have the name suffix _if and _copy.

Names Description
...