These are my solutions to Advent of Code 2025! This is my first time participating in Advent of Code, ever, so I might not fully know how to setup everything correctly. Please be patient!
I have pre-emptively decided that I am going to try to use as few dependencies as possible. Whether I'll be successful in this goal or not is completely unknown to me as of writing this. But I hope I am able to stay away from dependencies!
These times do not include the time it takes to write the README.md files nor
the time it takes to write the commit messages, nor any potential breaks that I
take while coding. These are non-additive, e.g. the times for part 2 might be
shorter than for part 1.
| Day | Total | Part 1 | Part 2 |
|---|---|---|---|
| 1 | 01:16:161 | 01:06:011 | 00:10:15 |
| 2 | 00:32:40 | 00:09:09 | 00:23:31 |
| 3 | 02:04:192 | 01:00:002 | 01:04:19 |
| 4 | 02:01:40 | 01:44:58 | 00:16:42 |
| 5 | 01:58:58 | 00:16:26 | 01:42:32 |
This is only for Rust code.
| Day | Part 1 | Part 2 |
|---|---|---|
| 1 | 188 | 211 |
| 2 | 39 | 45 |
| 3 | 54 | 135 |
| 4 | 119 | 100 |
| 5 | 46 | 98 |