This repository will track my solutions to the puzzles for the Advent of Code 2024 challenge.
Solutions will be organized by day and puzzle.
My language of choice for the challenge is Go.
Godoc comments will be made for relevant functions, and inline comments will be in place to keep track of the thought process followed when solving each puzzle, and any additional information.
Each puzzle solution is self-contained. The only requirement to run them is having Go 1.20 or newer installed.
The solutions can be run using go run <path_to_puzzle_dir>
from the root of the repo.
Any puzzle-specific prerequisites will be listed in a separate README in the corresponding directory.