Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/okainov/advent-of-code-2019
- Owner: okainov
- Created: 2019-11-30T20:15:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T09:10:41.000Z (almost 5 years ago)
- Last Synced: 2024-06-21T15:42:07.606Z (6 months ago)
- Topics: advent-of-code, advent-of-code-2019, golang, python
- Language: Python
- Size: 752 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...