Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/isteves/advent_of_code_2017

Advent of Code 2017 solutions for R users
https://github.com/isteves/advent_of_code_2017

advent-of-code advent-of-code-2017 r

Last synced: about 1 month ago
JSON representation

Advent of Code 2017 solutions for R users

Awesome Lists containing this project

README

        

[![Travis-CI Build Status](https://travis-ci.org/isteves/advent_of_code_2017.svg?branch=master)](https://travis-ci.org/isteves/advent_of_code_2017)

# Advent of Code 2017
### _Solutions for R-users_

The 2017 Advent of Code may already be two months behind us, but I figured it's still not too late to write up some of my solutions for the challenge. It was my first time participating, and I managed to finish about 10 of them before the holiday festivities (and thesis writing) caught up with me.

As almost purely an R User, my answers are all R based. It may not be the neatest for certain puzzles, but you can always make it work somehow! Upon re-visiting my code, I've also tried to tidy it up and use `dplyr` and other `tidyverse` tools when I can.

Check out the solutions [here](https://isteves.github.io/advent_of_code_2017/?).