pdqselect

Crates.iopdqselect
lib.rspdqselect
version0.1.1
sourcesrc
created_at2017-10-20 20:58:47.966678
updated_at2021-11-15 22:05:18.387834
descriptionSelects the kth smallest element of a slice, based on Orson Peters's Pattern Defeating Quickselect
homepage
repository
max_upload_size
id36402
size43,392
(TheIronBorn)

documentation

https://docs.rs/pdqselect

README

A quickselect algorithm adapted from Rust's implementation of the pdqsort algorithm.

NOTE: you may want to use Rust's official version of this algorithm, select_nth_unstable_by

Commit count: 0

cargo fmt