adqselect 0.1.5

A lightweight crate that brings an implementation of nth_element by using the adaptive quickselect algorithm by Andrei Alexandrescu.
Documentation
[[bench]]
harness = false
name = "compare"
path = "benches/compare.rs"

[dependencies]

[dev-dependencies.criterion]
version = "0.7"

[dev-dependencies.floydrivest]
version = "0.2"

[dev-dependencies.kth]
version = "0.1"

[dev-dependencies.order-stat]
version = "0.1"

[dev-dependencies.pdqselect]
version = "0.1"

[dev-dependencies.rand]
version = "0.8"

[lib]
name = "adqselect"
path = "src/lib.rs"

[package]
authors = ["frjnn <f.iannelli.francesco229@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms"]
description = "A lightweight crate that brings an implementation of nth_element by using the adaptive quickselect algorithm by Andrei Alexandrescu."
edition = "2024"
keywords = ["nth_element", "adaptive", "quickselect", "SELECT", "order_statistics"]
license = "MIT"
name = "adqselect"
readme = "README.md"
repository = "https://github.com/frjnn/adqselect"
version = "0.1.5"