Algorithms
Rust implementations of core algorithms, such as hashing, sorting, searching, and more.
Random Numbers
[randomness.incl: fix (P1)](https://github.com/john-cd/rust_howto/issues/206)
| fastrand
| | |
Sorting
Recipe | Crates | Categories |
---|---|---|
Sort a vector of integers | ||
Sort a vector of floats | ||
Sort a vector of structs |