aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 042d75bae16106eb43c0443e7d5d3c987c6c9715 (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 floating-point closed-form solution that might be interesting. Details are outlined in comments in the source code. I won't write them here to avoid spoilers.