[][src]Crate adqselect

adqselect

adqselect is a small and extremely lightweight crate that provides an in-place implementation of the Median of Ninthers algorithm by Andrei Alexandrescu.

Functions

nth_element

Moves the n-th element of the given Vector in the n-th position by using the adaptive quickselect algorithm by Andrei Alexandrescu.