zsarge / advent-of-code-2022

Advent of Code 2022 (adventofcode.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Advent of Code Solutions

(Click a number to view the associated solution.)

1 2 3 4 5
6 7 8 9 10
11 12 13 14 15
16 17 18 19 20
21 22 23 24 25

Code Quality

These solutions emphasize readability.

While readability is a subjective metric, I really just don't want these solutions to look like code golf.

Miscellaneous

I have some scripts set up to make working on problems a smoother experience:

  • addSolution.rb takes a problem number, creates the associated folder and solution template, and creates an input file to paste into.
  • generateReadme.rb generates this readme based on the files in the solutions folder.

Some of the scripts were reused from my Project Euler solutions.

My previous years include:

Code by Zack Sargent.

About

Advent of Code 2022 (adventofcode.com)

License:MIT License


Languages

Language:Ruby 93.6%Language:Shell 6.4%