blob: 57255bc5401f33845b29dfb5fc16110f78670415 (
plain) (
blame)
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
|
# Advent of Code
This repository contains my solutions to [Advent of Code](https://adventofcode.com/) 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: 0
| DAY | CL |
|---------|----|
| 2015.01 | |
|