Skip to content

rab/adventofcode2020

Repository files navigation

Advent of Code 2020

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

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 Personal Leaderboard stats:

      --------Part 1--------   --------Part 2--------
Day       Time   Rank  Score       Time   Rank  Score
  8   13:54:33  37959      0   16:17:20  36228      0
  7   16:43:16  37252      0   16:52:28  32064      0
  6       >24h  56107      0       >24h  54471      0
  5       >24h  61086      0       >24h  59891      0
  4   10:36:15  41392      0   10:48:15  32141      0
  3   11:45:18  45372      0   11:48:10  42662      0
  2   10:28:19  43978      0   10:38:27  41823      0
  1   09:40:02  35385      0   09:41:04  32156      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:>2020-10-01 language:Ruby

About

Advent of Code 2020 Solutions in Ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published