Skip to content

tginsberg/advent-2022-kotlin

Repository files navigation

Advent of Code 2022 Solutions in Kotlin

license

This repo is my personal attempt at solving the Advent of Code 2022 set of problems with the Kotlin programming language.

I am trying to solve these on the day they are posted with clear, idiomatic solutions. That means in some cases I will sacrifice performance for a more clear solution. While I will endeavour to have these done day-of I can't promise it because work and life can get in the way. Plus, some of these problems can get quite involved so solving it clearly and writing up an explanation might take me longer than a day. We'll see how it goes! :)

Past years, also in Kotlin:

Daily Solution Index for 2022

Day Title Links
1 Calorie Counting [Blog Post] [Code] [AoC]
2 Rock Paper Scissors [Blog Post] [Code] [AoC]
3 Rucksack Reorganization [Blog Post] [Code] [AoC]
4 Camp Cleanup [Blog Post] [Code] [AoC] [Live Stream Recording]
5 Supply Stacks [Blog Post] [Code] [AoC]
6 Tuning Trouble [Blog Post] [Code] [AoC]
7 No Space Left On Device [Blog Post] [Code] [AoC]
8 Treetop Tree House [Blog Post] [Code] [AoC]
9 Rope Bridge [Blog Post] [Code] [AoC]
10 Cathode-Ray Tube [Blog Post] [Code] [AoC]
11 Monkey in the Middle [Blog Post] [Code] [AoC]
12 Hill Climbing Algorithm [Blog Post] [Code] [AoC]
13 Distress Signal [Blog Post] [Code] [AoC]
14 Regolith Reservoir [Blog Post] [Code] [AoC]
15 Beacon Exclusion Zone [Blog Post] [Code] [AoC]
16 Proboscidea Volcanium [Blog Post] [Code] [AoC]
17 Pyroclastic Flow [Blog Post] [Code] [AoC]
18 Boiling Boulders [Blog Post] [Code] [AoC]
19 Not Enough Minerals [Blog Post] [Code] [AoC]
20 Grove Positioning System [Blog Post] [Code] [AoC]
21 Monkey Math [Blog Post] [Code] [AoC]
22 Monkey Map [Blog Post] [Code] [AoC]
23 Unstable Diffusion [Blog Post] [Code] [AoC]
24 Blizzard Basin [Blog Post] [Code] [AoC]
25 Full of Hot Air [Blog Post] [Code] [AoC]

Copyright © 2022 by Todd Ginsberg.