A compilation of five algorithms projects written in Rust that showcase my experience with some of the classic algorithms as well as using Rust. My favorite one was the one where I utilized Counting Sort to beat the standard Rust library sort on some data. That was a neat utilization of an O(n) sorting algorithm.
If you're a WSUV student taking CS 450, don't cheat with these!
These projects were helpful in cementing my foundational knoweldge of Rust before I made a programming language in it.