Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thebertster/aoc_2019


https://github.com/thebertster/aoc_2019

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# Solutions to Advent of Code 2019

## ()

Using Python. Aiming for pylint score of 10.0 for each day against the Google Python style guide.

Trying to avoid using any existing libraries (even simple ones like 'collections' etc.) - will
make an exception for painful things like trigonometry and date/time manipulation though!

This also means no dirty use of evals and execs!

Aiming for a run time of < 15 seconds.

Note: This year got incredibly boring - too much analysis, not enough coding :(