rust_algo Just an algorithm and data structure playground for Rust How to run? Make sure you have, Cargo. Run cargo run on your root project path. Run cargo build to build the optimized project one. Algorithm & Data Structure: Bubble Sort. Big O Notation : Big O(n). Soon..