Skip to content

zsarge/advent-of-code-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

I am taking a break to study for exams

I will be back before the end of advent

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.

In 2020, I tried to solve each day in a different language. That was a pain, and I'm not doing that again this year.

Code by Zack Sargent.