Python solutions for Advent of Code 2023, an event with an advent calendar where instead of chocolate, there is a programming problem!
"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."
Just navigate to specific problem number directory and run python solve_part_x.py
where x
can be one
or two
.
Day | Name | Solution | Stars |
---|---|---|---|
01 | Calorie Counting | Part 1, Part 2 | ⭐⭐ |
02 | Cube Conundrum | Part 1, Part 2 | ⭐⭐ |
03 | Gear Ratios | Part 1, Part 2 | ⭐⭐ |
04 | Scratchcards | Part 1, Part 2 | ⭐⭐ |
05 | If You Give A Seed A Fertilizer | Part 1, Part 2 | ⭐⭐ |
06 | Wait For It | Part 1, Part 2 | ⭐⭐ |
07 | Camel Cards | Part 1, Part 2 | ⭐⭐ |
08 | Haunted Wasteland | Part 1, Part 2 | ⭐⭐ |
09 | Mirage Maintenance | Part 1, Part 2 | ⭐⭐ |
10 | Pipe Maze | Part 1, Part 2 | ⭐⭐ |
11 | Cosmic Expansion | Part 1, Part 2 | ⭐⭐ |
12 | Hot Springs | Part 1, Part 2 | ⭐⭐ |