Skip to content

rab/adventofcode2018

Repository files navigation

Advent of Code 2018

Solutions for the 2018 edition of the Advent of Code - http://adventofcode.com/2018

Back again for another year, the little Advent of Code site that has a new pair of problems to solve each new day (i.e., midnight Eastern time) and this repository holds my solutions using ruby

There are a few files that help with the mechanics of the challenge itself. The value for the session cookie from the site is stored in the ./.session file. The day_prep.rb retrieves the challenge description and builds the initial solution file using the day_template.rb. The input for the day's challenge is retrieved (and cached!) using code from the module defined in input.rb.

  • My solutions for the original 2015 installment of the Advent of Code is in the repo: rab/adventofcode2015
  • My solutions for the 2016 installment of the Advent of Code is in the repo: rab/adventofcode2016
  • My solutions for the 2017 installment of the Advent of Code is in the repo: rab/adventofcode2017

My Personal Leaderboard stats: (didn't even get started this year until day 3)

      --------Part 1--------   --------Part 2--------
Day       Time   Rank  Score       Time   Rank  Score
  4   13:57:15   9348      0   14:08:41   8816      0
  3       >24h  19977      0       >24h  18783      0
  2       >24h  29204      0       >24h  26007      0
  1       >24h  44285      0       >24h  35289      0

Here are some of the participants using Ruby from the Cincinnati Ruby Brigade or who I noticed on the Leaderboard:

Or just search Github for more with: Advent of Code created:>2018-10-01 language:Ruby

Releases

No releases published

Packages

No packages published

Languages