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
- Host: GitHub
- URL: https://github.com/walshyb/advent-of-code-2017
- Owner: walshyb
- Created: 2017-12-02T00:51:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T15:32:02.000Z (over 7 years ago)
- Last Synced: 2025-01-25T23:47:21.779Z (over 1 year ago)
- Topics: aoc, aoc2017, ruby
- Language: Ruby
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.