(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 |
These solutions emphasize readability.
While readability is a subjective metric, I really just don't want these solutions to look like code golf.
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.