Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/okainov/advent-of-code-2019


https://github.com/okainov/advent-of-code-2019

advent-of-code advent-of-code-2019 golang python

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# advent-of-code-2019

## Day 1

He-he, looks simple, good chance to start in two programming languages :)

## Day 13

So much fun realizing that 7Kb of integers can really play Arcanoid! Amazing!
![](day_13.gif)

## Day 17

I need to stop overthinking this stuff! Cannot believe the part 2 solution was so easy! I spent several hours trying to manually find the sequence and miserably failed. Started to think about possible program transformations (i.e. `R10 == R8 L R 2` and similar), but still cannot believe it turned out to be so much simpler...