aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: cc9b39578410098649038b8ed838696929fca342 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# aoc-2021
My advent of code solutions. Might be good, might be bad. Might depend on other repos (of myself) on github.

For instance, day6 requires the boxed_array_ringbuffer.

# SPOILER!

Beware, if you haven't solved those riddles yourself, the source files are obvious spoilers.

# Noteable solutions:
- Day6 has a closed-form solution that might be interesting.