Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 937 Bytes

File metadata and controls

19 lines (10 loc) · 937 Bytes

A collection of C# solutions for Advent of Code.

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. I challenge myself each year to do as many as I can before Christmas hits.

Note: I prefer a more debuggable approach in my solutions. Even when it isn't (strictly) necessary, I try to store intermediate results between steps and solve the puzzles by aggregating over the results.

For more info, visit the official website of Advent of Code. Many thanks to Eric Wastl, the creator of Advent of Code, and many thanks to his awesome team of testers for making every year fun!