Algorithms in Rust This repo is just a few various algorithms I implemented in Rust to get some practice with both. Currently Implemented: Sorting Algorithms: Insertion Sort Merge Sort Heap Sort