Here, you'll find my solutions to the Advent of Code puzzles, where I battled against elves, snowmen, and CPU cycles to solve coding challenges faster than Santa's sleigh on Christmas Eve.
- Daily Coding Challenges: Solutions for each day of December, progressively increasing in difficulty.
- Python-Powered: All solutions are written in Python, leveraging its simplicity and power for problem-solving.
- Well-Organized Structure: Each solution is in its respective
day-xx_taskfolder for easy navigation. - Reusable Functions: Wherever possible, solutions include modular and reusable code snippets.
- Readable and Commented Code: Solutions are written with readability in mind, with inline comments explaining the logic.
Want to join in on the festive fun? Follow these reindeer tracks:
- Clone the repository:
git clone git@github.com:dmshirochenko/aoc_2024.git - Run the solution with the magic word:
python day-xx_task.py
Feel free to poke around, and may your holiday season be filled with joy, laughter, and zero code bugs!
Special thanks to the elves at Advent of Code for making every December a coding adventure!