This repository contains my solutions for the Advent of Code challenges. Advent of Code is an annual event with daily programming puzzles that cover a range of difficulty levels and problem types.
Joined events:
Each year's challenges are organized in separate directories named year_YYYY
, where YYYY
represents the year. Within each year, each day's challenges are organized in separate directories named day_X
, where X
represents the day index as a 2 digits number.
AdventOfCode/
│
├── year_2023/
│ ├── day_01/
│ │ └── main.py
│ ├── day_02/
│ │ ├── main.py
│ ...
│
├── year_2024/
│ ├── day_01/
│ │ └── main.py
│ ├── day_02/
│ │ ├── main.py
│ ...
To run a solution, navigate to the specific day's directory and run the Python script for the part you're interested in. For example:
cd ./year_2023/day_01
python main.py
2023
2024
- ( * * ) Day 01: Historian Hysteria
- ( * * ) Day 02: Red-Nosed Reports
- ( * * ) Day 03: Mull It Over
- ( * * ) Day 04: Ceres Search
- ( * * ) Day 05: Print Queue
- ( * * ) Day 06: Guard Gallivant
- ( * * ) Day 07: Bridge Repair
- ( * * ) Day 08: Resonant Collinearity
- ( * * ) Day 09: Disk Fragmenter
- ( * * ) Day 10: Hoof It
- ( * * ) Day 11: Plutonian Pebbles
- ( * _ ) Day 12: Garden Groups
- ( * * ) Day 13: Claw Contraption
- ( * * ) Day 14: Restroom Redoubt