Advent of Code 2021
Used Rust
Today I completed the 2021 edition of Advent of Code. It was a good workout for both my problem solving and Rust skills. I used Dijkstra's algorithm, dynamic programming, built an interpreter etc... A bit more of an algorithmic workout than your typical web app!