Docs.rs
sorting_rs-1.2.10
sorting_rs 1.2.10
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
flakusha
Dependencies
criterion ^0.3
dev
rand ^0.7.3
dev
Versions
39.58%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sorting_
rs
1.2.10
Module heap_
sort
Module Items
Functions
In crate sorting_
rs
sorting_rs
Module
heap_sort
Copy item path
Source
Functions
ยง
heap_
bottom_
up_
sort
heap_
sort
Sorts a slice in-place using
Heap sort
,
Bottom-up heap sort
,
Weak heap sort
. All kinds of slices can be sorted as long as they implement
PartialOrd
.
weak_
heap_
sort