tginsberg / advent-2020-kotlin

:christmas_tree: Advent of Code 2020: Solutions in Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2020 Solutions in Kotlin

license

This repo is my personal attempt at solving the Advent of Code 2020 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 2020

Day Title Links
1 Report Repair [Blog Post] [Code] [AoC]
2 Password Philosophy [Blog Post] [Code] [AoC]
3 Toboggan Trajectory [Blog Post] [Code] [AoC]
4 Passport Processing [Blog Post] [Code] [AoC]
5 Binary Boarding [Blog Post] [Code] [AoC]
6 Custom Customs [Blog Post] [Code] [AoC]
7 Handy Haversacks [Blog Post] [Code] [AoC]
8 Handheld Halting [Blog Post] [Code] [AoC]
9 Encoding Error [Blog Post] [Code] [AoC]
10 Adapter Array [Blog Post] [Code] [AoC]
11 Seating System [Blog Post] [Code] [AoC]
12 Rain Risk [Blog Post] [Code] [AoC]
13 Shuttle Search [Blog Post] [Code] [AoC]
14 Docking Data [Blog Post] [Code] [AoC]
15 Rambunctious Recitation [Blog Post] [Code] [AoC]
16 Ticket Translation [Blog Post] [Code] [AoC]
17 Conway Cubes [Blog Post] [Code] [AoC]
18 Operation Order [Blog Post] [Code] [AoC]
19 Monster Messages [Blog Post] [Code] [AoC]
20 Jurassic Jigsaw [Blog Post] [Code] [AoC]
21 Allergen Assessment [Blog Post] [Code] [AoC]
22 Crab Combat [Blog Post] [Code] [AoC]
23 Crab Cups [Blog Post] [Code] [AoC]
24 Lobby Layout [Blog Post] [Code] [AoC]
25 Combo Breaker [Blog Post] [Code] [AoC]

Copyright © 2020 by Todd Ginsberg.

About

:christmas_tree: Advent of Code 2020: Solutions in Kotlin

License:Apache License 2.0


Languages

Language:Kotlin 100.0%