Docs.rs
search-sort-0.3.1
search-sort 0.3.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
piernczk
Dependencies
Versions
100%
of the crate is documented
This release has been yanked
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module sort
search_
sort
0.3.1
Module sort
Module Items
Functions
In crate search_
sort
search_sort
Module
sort
Copy item path
Source
Expand description
Implementations of sorting algorithms.
Functions
ยง
bubble
An implementation of bubble sort.
is_
sorted
Alias for
test()
.
merge
An implemetation of top-down (recursive) merge sort that uses only half of the space.
quick
An implementation of quick sort.
quick_
partition
Part of quick sort algorithm.
test
Checks if a slice is sorted.