Welcome to my 2024's Advent of Code repository! 🎄✨
This repository contains all the code I created while participating in the Advent of Code competition. Advent of Code is an annual event featuring a series of fun and challenging programming puzzles that run every December, leading up to Christmas.
The repository is organized by day. For this repository, it contains only the puzzles from 2024.
Each day's puzzle is implemented in a single C# file with the following structure:
Day01.cs
Day02.cs
Day03.cs
...
DayXX.cs
: The C# script containing my solution to the puzzle for the corresponding day.
Advent of Code has been a fantastic opportunity to:
- Sharpen my problem-solving and coding skills.
- Explore new algorithms and data structures.
I loved Day 17, 21. ❤️
This repository is a testimony to my quick and dirty implementations with my morning coffee. ☕
- Thanks to Eric Wastl for creating Advent of Code.
- Thanks to Eduardo Cáceres for his C# template.
- Shoutout to the Reddit r/adventofcode AoC community for their creativity and enthusiasm.
Happy coding! 🎅