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.
 
 
 
 
 
OMGOMG 1f28f0e30c clean up and use ocr for part 2 2 years ago
six day 6 (python, clojure) 2 years ago
.gitattributes README and misc 2 years ago
.gitignore README and misc 2 years ago
README.md README and misc 2 years ago
draw_exam12 day 12 part 1 2 years ago
eight_first.bash ugly but working day 8 2 years ago
eight_second.py more functional and elegant 2 years ago
eleven.py day 11 2 years ago
exam12 day 12 part 1 2 years ago
five.py day 5 and some commonly used packages 2 years ago
four_first.py first 4 2 years ago
four_second.py first 4 2 years ago
gettoday README and misc 2 years ago
input1 missing inputs and test cases 2 years ago
input2 missing inputs and test cases 2 years ago
input3 missing inputs and test cases 2 years ago
input4 missing inputs and test cases 2 years ago
input5 day 5 and some commonly used packages 2 years ago
input6 day 6 (python, clojure) 2 years ago
input7 day 7 (python, elixir) 2 years ago
input8 ugly but working day 8 2 years ago
input9 day 9, cv2 again 2 years ago
input10 day 10 2 years ago
input11 day 11 2 years ago
input12 day 12 part 1 2 years ago
input13 day 13 2 years ago
nine_first.py now with animation 2 years ago
nine_second.py now with animation 2 years ago
one_first.awk first 4 2 years ago
one_second.awk first 4 2 years ago
seven.exs day 7 (python, elixir) 2 years ago
seven.py day 7 (python, elixir) 2 years ago
sixx.py day 6 (python, clojure) 2 years ago
ten.py day 10 2 years ago
test2 missing inputs and test cases 2 years ago
test3 missing inputs and test cases 2 years ago
test4 missing inputs and test cases 2 years ago
test6 day 6 (python, clojure) 2 years ago
test9 day 9, cv2 again 2 years ago
test10 day 10 2 years ago
test11 day 11 2 years ago
test12 day 12 part 1 2 years ago
test13 day 13 2 years ago
thirteen.py clean up and use ocr for part 2 2 years ago
three_first.py mode 2 years ago
three_second.py first 4 2 years ago
twelve.py part 12 day 2, inelegant 2 years ago
two_first.awk first 4 2 years ago
two_second.awk first 4 2 years ago
useful.py more useful stuff 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