https://github.com/bh2smith/advent
Solutions to Advent of Code
https://github.com/bh2smith/advent
Last synced: about 1 year ago
JSON representation
Solutions to Advent of Code
- Host: GitHub
- URL: https://github.com/bh2smith/advent
- Owner: bh2smith
- Created: 2018-12-16T16:38:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T16:32:57.000Z (over 7 years ago)
- Last Synced: 2025-02-17T10:48:00.888Z (over 1 year ago)
- Language: Python
- Size: 192 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent
Solutions to Advent of Code
Each file can be run individually and will,
ideally, print the answers based on the the input files in the `data` directory.
Warning: Some solutions may not be generalized to work with arbitrary input data.