Welcome to my repository for Advent of Code! This repo contains my solutions to the daily programming puzzles, written entirely in Go.
Transparency is important to me. As I work through these challenges, my goal is to focus on the algorithmic logic, system design, and optimization aspects of the problems.
- The Solutions: All core algorithms, logic, and problem-solving strategies are my own.
- The Boilerplate: To save time and focus on the fun parts, I use AI tools to generate the repetitive boilerplate code (e.g., reading files, parsing raw string inputs, and setting up basic data structures).
The repository is organized by day. Each directory (per year) contains the source code and the input file for that specific puzzle.
βββ Day1/
β βββ input.txt
β βββ main.go
βββ Day2/
β βββ input.txt
β βββ main.go
βββ ...
βββ README.md