My solutions for Advent of Code challenges 2024 in Kotlin (JVM).
Copyright © 2024 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.
Also, there was a guy doing stuff in Kotlin I stumbled upon on reddit: Good stuff: ClouddJR
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 | Historian Hysteria | [Code] [AoC] |
2 | Red-Nosed Reports | [Code] [AoC] |
3 | Mull It Over | [Code] [AoC] |
4 | Ceres Search | [Code] [AoC] |
5 | Print Queue | [Code] [AoC] |
6 | Guard Gallivant | [Code] [AoC] |
7 | Bridge Repair | [Code] [AoC] |
8 | Resonant Collinearity | [Code] [AoC] |
9 | Disk Fragmented | [Code] [AoC] |
10 | Hoof It | [Code] [AoC] |
11 | Plutonian Pebbles | [Code] [AoC] |
12 | Garden Groups | [Code] [AoC] |
13 | Claw Contraption | [Code] [AoC] |
14 | Restroom Redoubt | [Code] [AoC] |
15 | Warehouse Woes | [Code] [AoC] |
16 | Reindeer Maze | [Code] [AoC] |
17 | Chronospatial Computer | [Code] [AoC] |
18 | RAM Run | [Code] [AoC] |
19 | Linen Layout | [Code] [AoC] |
20 | Race Condition | [Code] [AoC] |
21 | Keypad Conundrum | [Code] [AoC] |
22 | Monkey Market | [Code] [AoC] |
23 | LAN Party | [Code] [AoC] |
24 | Crossed Wires | [Code] [AoC] |
25 | Code Chronicle | [Code] [AoC] |