Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thebertster/aoc_2019
https://github.com/thebertster/aoc_2019
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thebertster/aoc_2019
- Owner: thebertster
- Created: 2019-12-07T11:01:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-02T21:52:21.000Z (about 4 years ago)
- Last Synced: 2024-11-06T16:00:33.373Z (2 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :(