https://github.com/rikurauhala/advent-of-code
My Advent of Code solutions
https://github.com/rikurauhala/advent-of-code
advent-of-code algorithms christmas data-structures programming puzzle python
Last synced: over 1 year ago
JSON representation
My Advent of Code solutions
- Host: GitHub
- URL: https://github.com/rikurauhala/advent-of-code
- Owner: rikurauhala
- Created: 2022-12-01T17:14:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T11:44:21.000Z (over 2 years ago)
- Last Synced: 2025-01-22T00:26:39.960Z (over 1 year ago)
- Topics: advent-of-code, algorithms, christmas, data-structures, programming, puzzle, python
- Language: Python
- Homepage: https://adventofcode.com
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
## 2023
| Day | Name | Solution |
| --: | :------------------------------ | :------------------------------------------------------------------- |
| 1 | Trebuchet?! | [Part 1](2023/day-01/part-1.py), [Part 2](2023/day-01/part-2.py) |
| 2 | Cube Conundrum | [Part 1](2023/day-02/part-1.py), [Part 2](2023/day-02/part-2.py) |
| 3 | Gear Ratios | [Part 1](2023/day-03/part-1.py), [Part 2](2023/day-03/part-2.py) |
| 4 | Scratchcards | [Part 1](2023/day-04/part-1.py), [Part 2](2023/day-04/part-2.py) |
| 5 | If You Give A Seed A Fertilizer | [Part 1](2023/day-05/part-1.py), [Part 2](2023/day-05/part-2.py) |
| 6 | Wait For It | [Part 1](2023/day-06/part-1.py), [Part 2](2023/day-06/part-2.py) |
| 7 | Camel Cards | [Part 1](2023/day-07/part-1.py), [Part 2](2023/day-07/part-2.py) |
| 8 | Haunted Wasteland | [Part 1](2023/day-08/part-1.py), [Part 2](2023/day-08/part-2.py) |
| 9 | Mirage Maintenance | [Part 1](2023/day-09/part-1.py), [Part 2](2023/day-09/part-2.py) |
| 10 | Pipe Maze | [Part 1](2023/day-10/part-1.py) |
| 11 | Cosmic Expansion | [Part 1](2023/day-11/part-1.py), [Part 2](2023/day-11/part-2.py) |
| 12 | Hot Springs | |
| 13 | Point of Incidence | [Part 1](2023/day-13/part-1.py), [Part 2](2023/day-13/part-2.py) |
| 14 | Parabolic Reflector Dish | [Part 1](2023/day-14/part-1.py) |
| 15 | Lens Library | [Part 1](2023/day-15/part-1.py), [Part 2](2023/day-15/part-2.py) |
| 16 | The Floor Will Be Lava | |
| 17 | Clumsy Crucible | |
| 18 | Lavaduct Lagoon | |
| 19 | Aplenty | [Part 1](2023/day-19/part-1.py) |
| 20 | Pulse Propagation | [Part 1](2023/day-20/part-1.py) |
## 2022
Show
| Day | Name | Solution |
| --: | :---------------------- | :------------------------------------------------------------------- |
| 1 | Calorie Counting | [Part 1](2022/day-01/part-1.py), [Part 2](2022/day-01/part-2.py) |
| 2 | Rock Paper Scissors | [Part 1](2022/day-02/part-1.py), [Part 2](2022/day-02/part-2.py) |
| 3 | Rucksack Reorganization | [Part 1](2022/day-03/part-1.py), [Part 2](2022/day-03/part-2.py) |
| 4 | Camp Cleanup | [Part 1](2022/day-04/part-1.py), [Part 2](2022/day-04/part-2.py) |
| 5 | Supply Stacks | [Part 1](2022/day-05/part-1.py), [Part 2](2022/day-05/part-2.py) |
| 6 | Tuning Trouble | [Part 1](2022/day-06/part-1.py), [Part 2](2022/day-06/part-2.py) |
| 7 | No Space Left On Device | [Part 1](2022/day-07/part-1.py), [Part 2](2022/day-07/part-2.py) |
| 8 | Treetop Tree House | [Part 1](2022/day-08/part-1.py), [Part 2](2022/day-08/part-2.py) |
| 9 | Rope Bridge | [Part 1](2022/day-09/part-1.py), [Part 2](2022/day-09/part-2.py) |
| 10 | Cathode-Ray Tube | [Part 1](2022/day-10/part-1.py), [Part 2](2022/day-10/part-2.py) |
| 11 | Monkey in the Middle | [Part 1](2022/day-11/part-1.py), [Part 2](2022/day-11/part-2.py) |