This repo is my personal attempt at solving the Advent of Code 2019 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. Unlike 2017 and 2018, I have some travel commitments in December, so while I will endeavour to have these done day-of I can't promise it. We'll see how it goes! :)
Past years, also in Kotlin:
- 2017 - GitHub and Blog Posts
- 2018 - GitHub and Blog Posts
| Day | Title | Links |
|---|---|---|
| 1 | The Tyranny of the Rocket Equation | [Blog Post] [Code] [AoC] |
| 2 | 1202 Program Alarm | [Blog Post] [Code] [AoC] |
| 2 | 1202 Program Alarm - IntCodeComputer Version | [Code] |
| 3 | Crossed Wires | [Blog Post] [Code] [AoC] |
| 4 | Secure Container | [Blog Post] [Code] [AoC] |
| 5 | Sunny with a Chance of Asteroids | [Blog Post] [Code] [AoC] |
| 6 | Universal Orbit Map | [Blog Post] [Code] [AoC] |
| 7 | Amplification Circuit | [Blog Post] [Code] [AoC] |
| 8 | Space Image Format | [Blog Post] [Code] [AoC] |
| 9 | Sensor Boost | [Blog Post] [Code] [AoC] |
| 10 | Monitoring Station | [Blog Post] [Code] [AoC] |
| 11 | Space Police | [Blog Post] [Code] [AoC] |
| 12 | The N-Body Problem | [Blog Post] [Code] [AoC] |
| 13 | Care Package | [Blog Post] [Code] [AoC] |
| 14 | Space Stoichiometry | [Blog Post] [Code] [AoC] |
| 15 | Oxygen System | [Blog Post] [Code] [AoC] |
| 16 | Flawed Frequency Transmission | [Blog Post] [Code] [AoC] |
| 17 | Set and Forget | [Blog Post] [Code] [AoC] |
| 18 | Many-Worlds Interpretation | [Blog Post] [Code] [AoC] |
| 19 | Tractor Beam | [Blog Post] [Code] [AoC] |
| 20 | Donut Maze | [Blog Post] [Code] [AoC] |
| 21 | Springdroid Adventure | [Blog Post] [Code] [AoC] |
| 22 | Slam Shuffle | [Blog Post] [Code] [AoC] |
| 23 | Category Six | [Blog Post] [Code] [AoC] |
| 24 | Planet of Discord | [Blog Post] [Code] [AoC] |
| 25 | Cryostasis | [Blog Post] [Code] [AoC] |
Copyright © 2019 by Todd Ginsberg.