https://github.com/jmcph4/advent2018
My solutions for Advent of Code 2018
https://github.com/jmcph4/advent2018
Last synced: about 1 year ago
JSON representation
My solutions for Advent of Code 2018
- Host: GitHub
- URL: https://github.com/jmcph4/advent2018
- Owner: jmcph4
- License: mit
- Created: 2018-12-06T22:41:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T06:02:05.000Z (over 7 years ago)
- Last Synced: 2025-04-12T06:45:23.585Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2018 #
---
These are my solutions to [Advent of Code 2018](https://adventofcode.com/2018 "Advent of Code 2018"). 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).