Solutions to Advent of Code 2017 https://adventofcode.com/2017/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Chris Smith ff95b394af Quick and dirty day 13 преди 6 години
data Quick and dirty day 13 преди 6 години
.gitignore Day 1 преди 6 години
01.py f-strings преди 6 години
02.py f-strings преди 6 години
03.py Unsatisfying day 3. преди 6 години
04.py Day 4. преди 6 години
05.py Day 5. преди 6 години
06.py Day 6. преди 6 години
07.py Minor day 7 tidying преди 6 години
08.py Day 8 преди 6 години
09.py Day 9. преди 6 години
10.py Day 10. преди 6 години
11.py Simplify a little. преди 6 години
12.py Much nicer and faster day 12. преди 6 години
13.py Quick and dirty day 13 преди 6 години
LICENCE.md README and LICENCE. преди 6 години
README.md README and LICENCE. преди 6 години

README.md

Advent of Code 2017

This repository contains my solution to 2017’s Advent of Code puzzles. The solutions are all written in Python 3; one or two may require the NumPy package, but the rest should work out-of-the-box.

I tend to focus on short, functional solutions where possible, so they may be a bit hard to read. Some solutions are commented to some degree to help with that.

I have separate repositories for solutions from 2016 and 2015.


To the extent possible under law, I waive all copyright and related or neighboring rights to this work. This work is published from the United Kingdom. See LICENCE.md for full details.