Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinodell/advent-2017
My solutions for http://adventofcode.com/2017
https://github.com/colinodell/advent-2017
advent-of-code advent-of-code-2017
Last synced: about 2 months ago
JSON representation
My solutions for http://adventofcode.com/2017
- Host: GitHub
- URL: https://github.com/colinodell/advent-2017
- Owner: colinodell
- Created: 2017-12-01T17:52:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-25T16:28:15.000Z (about 7 years ago)
- Last Synced: 2024-11-10T08:56:50.752Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2017
- Language: PHP
- Size: 104 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-2017
My solutions for http://adventofcode.com/2017.
Source code is in `./src`, tests are in `./spec`.
Disclaimers:
1. You should probably try solving the challenges yourself instead of copying my work ;-)
2. I realize my object design is bad. I just wanted an easy way to take phpspec for a spin.
3. Some solutions are 100% original, others aren't. I'm okay with this as its a learning opportunity either way.
4. Some solutions are not fully optimized. Oh well (: