Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffrosenberg/advent-of-code
My solutions for Advent of Code
https://github.com/jeffrosenberg/advent-of-code
advent-of-code advent-of-code-2018
Last synced: 16 days ago
JSON representation
My solutions for Advent of Code
- Host: GitHub
- URL: https://github.com/jeffrosenberg/advent-of-code
- Owner: jeffrosenberg
- Created: 2018-12-01T01:54:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T04:12:51.000Z (about 6 years ago)
- Last Synced: 2024-11-08T11:49:33.541Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2018
- Language: JavaScript
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Jeff Rosenberg's solutions to Advent of Code 2018
These are my solutions to the problems for Advent of Code 2018 (https://adventofcode.com/2018). I will be focusing on using a test-driven development approach in several languages. To that end, I'll be making frequent commits to try to show my thought process as I write test, add code, and refactor.