/rust-algo

A handful of algorithms and data structures in Rust

Primary LanguageRust

A miscellaneous collecion of algorithms, written in rust

- Binary Search Tree
- Bubble Sort
- Cocktail Sort (bi-directional bubble sort)
- Balanced Params
- Merge Sort
- Selection Sort