...

/

Algorithm Update

Algorithm Update

This section lists all the algorithms that can handle execution policy parameter. It further looks at the usage of the Run and Measure function.

We'll cover the following...

Execution Policy Parameter

The execution policy parameter was added to most of the existing algorithms.

Here’s the list:

adjacent_difference inplace_merge replace_copy
adjacent_find is_heap replace_copy_if
all_of is_heap_until replace_if
any_of is_partitioned reverse
copy is_sorted reverse_copy
copy_if is_sorted rotate
copy_n is_sorted_until rotate_copy
count
...