My solutions for Advent of Code challenges 2023 in Kotlin (JVM).
Copyright © 2023 by Christian Jaeggi.
Before I start I want to give a big shout-out to Todd Ginsberg whose solutions are very concise as well as idiomatic to read. His repos are always very inspirational! I learned a lot from him.
My solutions this year are not well tested as in previous years and also not that easily to use. Sometimes only solution 2 is implemented in the code.
Just use the main class and execute either the appropriate solve
functions in the according Day
classes or any day
function i.a.
Enjoy!
Day | Title | Links |
---|---|---|
1 | Trebuchet?! | [Code] [AoC] |
2 | Cube Conundrum | [Code] [AoC] |
3 | Gear Ratios | [Code] [AoC] |
4 | Scratchcards | [Code] [AoC] |
5 | If You Give A Seed A Fertilizer | [Code] [AoC] |
6 | Wait For It | [Code] [AoC] |
7 | Camel Cards | [Code] [AoC] |
8 | Haunted Wasteland | [Code] [AoC] |
9 | Mirage Maintenance | [Code] [AoC] |
10 | Pipe Maze | [Code] [AoC] |
11 | Cosmic Expansion | [Code] [AoC] |
12 | Hot Springs | [Code] [AoC] |
13 | Point of Incidence | [Code] [AoC] |
14 | Parabolic Reflector Dish | [Code] [AoC] |
15 | Lens Library | [Code] [AoC] |
16 | The Floor Will Be Lava | [Code] [AoC] |
17 | Clumsy Crucible | [AoC] |
18 | Lavaduct Lagoon | [Code] [AoC] |
19 | Aplenty | [Code] [AoC] |