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

https://github.com/walshyb/advent-of-code-2017

My Advent of Code challenge answers implemented in Ruby
https://github.com/walshyb/advent-of-code-2017

aoc aoc2017 ruby

Last synced: over 1 year ago
JSON representation

My Advent of Code challenge answers implemented in Ruby

Awesome Lists containing this project

README

          

# My Advent of Code (AoC) 2017 Answers

Most of my answers aren't really efficient; I did most of them quickly when I could find time and was mainly focused on solving the challenges.

My favorite problem so far was Day 3's. It was the most challenging and while some other people found an algorithm to simulate a spiral matrix (which is awesome), I found building a class dedicated to generating the 2D matrix a lot of fun.