2
0
mirror of https://github.com/boostorg/compute.git synced 2026-02-22 15:22:13 +00:00
Files
compute/test/test_nth_element.cpp
Kyle Lutz 701bc8a5f3 Add nth_element() algorithm
This adds an implementation of the nth_element() algorithm. For
now the algorithm is trivially implemented by calling sort().
2013-11-15 20:51:13 -08:00

1.7 KiB