This repository houses my lightly refactored solutions to the festive problems over at Advent of Code. All solutions are written in Ruby and are "lightly refactored" because:
- A few of the initial submissions were written as quickly as possible in order to compete for the daily leaderboard
- Multiple rounds of refactoring seems a little extreme for these exercises
In some cases, I have included below my solution an outline of alternative (read: better and/or more Ruby-like) approaches to solving these problems, which were gathered from the Advent of Code subreddit.