Advent of Code
This repository contains my solutions to Advent of Code puzzles. I intend to start from Day 1 of the first year and working through them all. I will probably eventually do this in multiple languages.
All solutions are contained within the /src
directory and are named suchly:
YEAR.DAY.ATTEMPT.EXT
First attempts (per language) are named 01-first-attempt
, and are never edited afterwards. Editing is why I designed the file naming scheme to handle multiple attempts.
For example:
- 2015.01.01-first-attempt.c
- 2015.01.01-first-attempt.lisp
- 2016.05.03-recursive.lisp
Progress
The following table shows the number of complete attempts I've produced for each problem+language combination.
COMPLETE SOLUTIONS: 1
DAY | CL |
---|---|
2015.01 | 1 |