jackdied / AoC2017

Advent of Code 2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AoC2017

Advent of Code 2017 [see http://adventofcode.com/]

I do these quickly for the first pass (the only way to get leader board points) so please don't take that as an example of production code.

Naming conventions:

day_01/p1.py  # day 1 good-enough-to-post solution
day_01/p1_prod.py  # [optional] cleaned up version of p1.py with yucky parts removed
day_01/p1_prod_ann.py  # [optional] p1_prod.py with inline comments and alternate solutions

I don't like putting maybe one file in a directory, so I'm trying this as an experiment.

You can find my 2016 repo here https://github.com/jackdied/AoC2016 I threw an SSD towards the end of the month so I actually lost a bunch of code. When in doubt git push!!

About

Advent of Code 2017

License:Apache License 2.0


Languages

Language:Python 100.0%