Advent of Code is an annual Advent calendar of programming puzzles.
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.
I will try to solve it in Python.
To run the code of a specific day from the root directory run the following, replacing xx with the day number, 1 - 25. Make sure you use Python 3.10+.
python3 Day_xx/dayxx.py| Day | Name | Stars |
|---|---|---|
| 01 | Trebuchet?! | ⭐⭐ |
| 02 | Cube Conundrum | ⭐⭐ |
| 03 | Gear Ratios | |
| 04 | Scratchcards | ⭐⭐ |
| 05 | ||
| 06 | ||
| 07 | ||
| 08 | ||
| 09 | ||
| 10 | ||
| 11 | ||
| 12 | ||
| 13 | ||
| 14 | ||
| 15 | ||
| 16 | ||
| 17 | ||
| 18 | ||
| 19 | ||
| 20 | ||
| 21 | ||
| 22 | ||
| 23 | ||
| 24 | ||
| 25 |
This Markdown was inspired by orfeasa's Markdown. Badges, Day 1 and Day 2 Markdowns were inspired by FranciscoTorreblanca. Python code is original - which can be seen by the messiness of it and by not having an optimal solutions 😁
