This repository contains my solutions to the Advent of Code 2024 challenges, written in Rust. Each day's solution is stored in the /src/
folder as problem{nn}.rs
.
Day | Problem | Solution |
---|---|---|
01 | Problem 01 | Solution |
02 | Problem 02 | Solution |
03 | Problem 03 | Solution |
04 | Problem 04 | Solution |
05 | Problem 05 | Solution |
06 | Problem 06 | Solution |
07 | Problem 07 | Solution |
08 | Problem 08 | Solution |
09 | Problem 09 | Solution (first part) |
10 | Problem 10 | Solution (not yet here) |
11 | Problem 11 | Solution |