Solutions to the advent of code 2019, written using python 3.7
Find a file
2019-12-10 14:51:04 +00:00
day_01 Refactored day 1 part 1 further 2019-12-02 12:18:07 +00:00
day_02 Tidied up solution for day 2, part 1 2019-12-02 10:57:23 +00:00
day_03 Removed unused imports 2019-12-03 17:14:52 +00:00
day_04 Added one-liners for day 04 2019-12-04 15:05:37 +00:00
day_05 Refactored d5p1 2019-12-05 12:28:43 +00:00
day_06 Added solution for d6p2 2019-12-06 11:21:17 +00:00
day_07 Refactored d7 a bit 2019-12-07 19:17:54 +00:00
day_08 Removed unnessecary locals from d8p2 2019-12-08 16:55:54 +00:00
day_09 Refactored d9 to use defaultdict 2019-12-09 12:06:21 +00:00
day_10 Added solution for d10p2 2019-12-10 14:51:04 +00:00
.gitignore Initial commit 2019-12-01 23:50:29 +00:00
README.md Create README.md 2019-12-03 17:12:14 +00:00

adventofcode2019

Solutions to the advent of code 2019, written using python 3.7

Unit tests exists where examples were given

Run unit tests from the directory for a given day with python -m unittest

To get answers from my input files run the individual part files