Crate floydrivest

Crate floydrivest 

Source
Expand description

floydrivest

floydrivest is a small and extremely lightweight crate that provides an in-place implementation of the Floyd-Rivest algorithm.

Functionsยง

nth_element
Moves the n-th element of the given Vector in the n-th position by using the Floyd-Rivest algorithm with linear time complexity.