You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
six | 2 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
draw_exam12 | 2 years ago | |
eight_first.bash | 2 years ago | |
eight_second.py | 2 years ago | |
eleven.py | 2 years ago | |
exam12 | 2 years ago | |
five.py | 2 years ago | |
four_first.py | 2 years ago | |
four_second.py | 2 years ago | |
gettoday | 2 years ago | |
input1 | 2 years ago | |
input2 | 2 years ago | |
input3 | 2 years ago | |
input4 | 2 years ago | |
input5 | 2 years ago | |
input6 | 2 years ago | |
input7 | 2 years ago | |
input8 | 2 years ago | |
input9 | 2 years ago | |
input10 | 2 years ago | |
input11 | 2 years ago | |
input12 | 2 years ago | |
input13 | 2 years ago | |
nine_first.py | 2 years ago | |
nine_second.py | 2 years ago | |
one_first.awk | 2 years ago | |
one_second.awk | 2 years ago | |
seven.exs | 2 years ago | |
seven.py | 2 years ago | |
sixx.py | 2 years ago | |
ten.py | 2 years ago | |
test2 | 2 years ago | |
test3 | 2 years ago | |
test4 | 2 years ago | |
test6 | 2 years ago | |
test9 | 2 years ago | |
test10 | 2 years ago | |
test11 | 2 years ago | |
test12 | 2 years ago | |
test13 | 2 years ago | |
thirteen.py | 2 years ago | |
three_first.py | 2 years ago | |
three_second.py | 2 years ago | |
twelve.py | 2 years ago | |
two_first.awk | 2 years ago | |
two_second.awk | 2 years ago | |
useful.py | 2 years ago |
README.md
Advent of Code 2021 solutions
A set of 25 puzzle inputs and 50 puzzle solutions, two for each day. Most can be solved in minutes. The puzzles can be found here, although only the first one for each day is visible until you solve it.
Most solutions output at most two lines, the answers to part 1 and 2; but some provide more information in the form of e.g. graphics.
Run a solution by passing the puzzle input to the program:
./one_first.awk <input1
or
./five.py -v <input5
or
cd six
lein run <../input6
lein run 256 <../input6