rust-algorithms My personal collection of simple algorithms implemented in Rust as a learning exercise. Blog: https://oswalt.dev/2020/05/beyond-hello-world-sorting-algorithms-in-rust/ Bubble Sort cargo run --example bubblesort Merge Sort cargo run --example bubblesort