Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.