Sorting Algorithms A collection of sorting algorithms to practice coding Currently implented sorting algorithms Actual Sorting algorithms Selection Bubble Selection Joke Sorting algorithms Bogo Sort Quantum Bogo Sort Stalin Sort Usage Prerequisites: Rust Warning: Currently there is no interface to change the sorting algorithm! Change line 29 of main.rs to the name of the sorting algorithm. cd to the directory. Run cargo run