e1bb9d8beb56b5cb61ac88181d6fdf901923f801
Advent of Code 2025
This repository contains my solutions for the Advent of Code 2025 challenges.
Languages
I am using Go for this year's challenge again.
Structure
Each day's solution is contained in a separate package.
Prerequisite
Running the Solutions
![TODO]: Update with instructions
Challenges
| Day | Problem | Solution | Notes |
|---|---|---|---|
| 01 | Problem | Solution | Part 1 seemed straight forward enough. Part 2 completely stumped me. The trickiest part was not counting zero's twice when you ended and then started from there. |
| 02 | Problem | Solution | |
| 03 | Problem | Solution | |
| 04 | Problem | Solution | |
| 05 | Problem | Solution | |
| 06 | Problem | Solution | |
| 07 | Problem | Solution | |
| 08 | Problem | Solution | |
| 09 | Problem | Solution | |
| 10 | Problem | Solution | |
| 11 | Problem | Solution | |
| 12 | Problem | Solution |
Languages
Go
100%