Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/isteves/advent_of_code_2017
- Owner: isteves
- Created: 2018-02-16T06:05:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T05:46:57.000Z (almost 7 years ago)
- Last Synced: 2024-11-05T04:02:26.276Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2017, r
- Language: R
- Homepage: https://isteves.github.io/advent_of_code_2017/
- Size: 545 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/?).