Expand description
A collection of (bad) ideas that you may or may not want use in your next big project. Courtesy of Nikolai Vazquez.
§Installation
This crate is available on crates.io and can be
used by adding the following to your project’s
Cargo.toml
:
[dependencies]
bad = "0.1.1"
and optionally add this to your crate root (main.rs
or lib.rs
):
extern crate bad;
§License
This project is released under either:
at your choosing.
Traits§
- Stalin
Sort - A single pass, no-nonsense sorting algorithm with O(n) complexity that removes elements until the value is sorted.