Solutions to Advent of Code 2017 https://adventofcode.com/2017/
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Chris Smith 4705fb8f1f Reduce instead of iterating. 6 лет назад
data Day 16 6 лет назад
.gitignore Day 14 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 14 6 лет назад
11.py Simplify a little. 6 лет назад
12.py Day 14 6 лет назад
13.py Quick and dirty day 13 6 лет назад
14.py Further optimise day 14. 6 лет назад
15.py Starmap! 6 лет назад
16.py Reduce instead of iterating. 6 лет назад
LICENCE.md README and LICENCE. 6 лет назад
README.md README and LICENCE. 6 лет назад
shared.py Day 14 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.