Add files via upload

This commit is contained in:
Peter Norvig 2017-12-04 00:32:41 -08:00 committed by GitHub
parent 03b18cdd75
commit 7cb53ef37a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
"source": [ "source": [
"# December 2017: Advent of Code Solutions\n", "# December 2017: Advent of Code Solutions\n",
"\n", "\n",
"<div align=right>Peter Norvig, December 2017</div>\n", "Peter Norvig\n",
"\n", "\n",
"I'm doing the [Advent of Code](https://adventofcode.com) puzzles, just like [last year](https://github.com/norvig/pytudes/blob/master/ipynb/Advent%20of%20Code.ipynb). But this time, I won't write up my interpretation of each day's the puzzle description; you'll have to follow the links in the section headers (e.g. **[Day 1](https://adventofcode.com/2017/day/1)**) to read those. I just show my solutions.\n", "I'm doing the [Advent of Code](https://adventofcode.com) puzzles, just like [last year](https://github.com/norvig/pytudes/blob/master/ipynb/Advent%20of%20Code.ipynb). But this time, I won't write up my interpretation of each day's the puzzle description; you'll have to follow the links in the section headers (e.g. **[Day 1](https://adventofcode.com/2017/day/1)**) to read those. I just show my solutions.\n",
"\n", "\n",