2
0
mirror of https://github.com/boostorg/compute.git synced 2026-02-14 00:32:13 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Kyle Lutz
3389a5c741 Add sort_by_key() algorithm
This adds a new sort_by_key() algorithm which sorts a range
of values by a range of keys with a comparison operator.

For now this is only implemented by the serial insertion sort
algorithm. In the future it will be ported to the other sorting
algorithms (e.g. radix sort).
2013-09-07 17:02:08 -04:00