Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackson-nestelroad/advent-of-code-2018
Solutions for the 2018 Advent of Code event.
https://github.com/jackson-nestelroad/advent-of-code-2018
advent-of-code advent-of-code-2018
Last synced: 23 days ago
JSON representation
Solutions for the 2018 Advent of Code event.
- Host: GitHub
- URL: https://github.com/jackson-nestelroad/advent-of-code-2018
- Owner: jackson-nestelroad
- Created: 2018-12-07T18:13:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T23:47:16.000Z (about 6 years ago)
- Last Synced: 2024-12-01T07:44:20.442Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2018
- Language: JavaScript
- Homepage: https://adventofcode.com/2018/about
- Size: 278 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2018
This repository features solutions to the 2018 **Advent of Code** event hosted on https://adventofcode.com/2018/about.## About
For my first time participating in the annual Advent of Code event, I decided to implement solutions in JavaScript (using Babel transpiler). I also took this time to learn about *test-driven development* and writing tests for my program, as the example cases given for each problem were perfect for writing tests.There are a few exceptions, however; some days were written using other languages.
**Day 10**: Written in R for ease in plotting and working with points.