Docs.rs
  • sort-it-0.2.1
    • sort-it 0.2.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • DiscoBiscuit99
    • Dependencies
      • rand ^0.8.4 normal
    • Versions
    • 85.88% of the crate is documented
  • Go to latest version
  • 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
    • 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
logo

logo

Module algorithms

  • Modules
logo
Change settings

Module sort_it::algorithms

source · [−]

Re-exports

pub use bogosort::*;
pub use bubble_sort::*;
pub use gnome_sort::*;
pub use insertion_sort::*;
pub use merge_sort::*;
pub use quicksort::*;
pub use selection_sort::*;
pub use slowsort::*;
pub use stooge_sort::*;
pub use tree_sort::*;

Modules

bogosort
bubble_sort
gnome_sort
insertion_sort
merge_sort
quicksort
selection_sort
slowsort
stooge_sort
tree_sort