Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmcph4/advent2017
My solutions to Advent of Code 2017
https://github.com/jmcph4/advent2017
advent-of-code advent-of-code-2017 adventofcode adventofcode2017 compsci programming-contests puzzle python
Last synced: about 1 month ago
JSON representation
My solutions to Advent of Code 2017
- Host: GitHub
- URL: https://github.com/jmcph4/advent2017
- Owner: jmcph4
- License: mit
- Created: 2017-12-31T10:28:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T09:46:16.000Z (about 7 years ago)
- Last Synced: 2024-11-06T01:42:15.037Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2017, adventofcode, adventofcode2017, compsci, programming-contests, puzzle, python
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2017 #
---These are my solutions to [Advent of Code 2017](https://adventofcode.com/2017 "Advent of Code 2017"). The directory structure is fairly self-explanatory: each day's puzzle is contained within a top-level directory of the same name. Inside each of these are whatever files are required to complete the puzzle (i.e. each directory is self-contained). Puzzle input's are also provided in `input.txt` files.
At present, most solutions are in Python (this may or may not change).