Go to file
DUEFON 9ebbf520fe 12b 2022-12-13 01:03:32 +01:00
.gitattributes missing stuff 2022-12-05 20:46:11 +01:00
.gitignore 7 2022-12-11 23:11:40 +01:00
1 missing stuff 2022-12-05 20:46:11 +01:00
2 missing stuff 2022-12-05 20:46:11 +01:00
README.md missing stuff 2022-12-05 20:46:11 +01:00
eight.py 8 2022-12-11 23:12:01 +01:00
eleven.py 11b 2022-12-11 23:12:33 +01:00
five.py part 2 for 5 and 2 2022-12-05 19:31:03 +01:00
four.py 4 2022-12-05 20:40:46 +01:00
gettoday missing stuff 2022-12-05 20:46:11 +01:00
input1 missing stuff 2022-12-05 20:46:11 +01:00
input2 ++ 2022-12-05 19:24:48 +01:00
input3 missing stuff 2022-12-05 20:46:11 +01:00
input4 4 2022-12-05 20:40:46 +01:00
input5 missing stuff 2022-12-05 20:46:11 +01:00
input6 6a 2022-12-06 06:04:37 +01:00
input7 7 2022-12-11 23:11:40 +01:00
input8 8 2022-12-11 23:12:01 +01:00
input9 9a 2022-12-11 23:12:07 +01:00
input10 10 (requires easyocr) 2022-12-11 23:12:16 +01:00
input11 read monkey 2022-12-11 23:12:20 +01:00
input12 meh 2022-12-13 00:21:58 +01:00
nine.py 9b 2022-12-11 23:12:12 +01:00
one.py missing stuff 2022-12-05 20:46:11 +01:00
seven.py 7 2022-12-11 23:11:40 +01:00
sixx.py 7 2022-12-11 23:11:40 +01:00
ten.py 10 (requires easyocr) 2022-12-11 23:12:16 +01:00
test1 missing stuff 2022-12-05 20:46:11 +01:00
test2 missing stuff 2022-12-05 20:46:11 +01:00
test3 missing stuff 2022-12-05 20:46:11 +01:00
test4 missing stuff 2022-12-05 20:46:11 +01:00
test5 missing stuff 2022-12-05 20:46:11 +01:00
test6 6b 2022-12-06 06:11:46 +01:00
test7 7 2022-12-11 23:11:40 +01:00
test8 8 2022-12-11 23:12:01 +01:00
test9 9a 2022-12-11 23:12:07 +01:00
test10 10 (requires easyocr) 2022-12-11 23:12:16 +01:00
test11 read monkey 2022-12-11 23:12:20 +01:00
test12 12a 2022-12-13 01:03:29 +01:00
three.py shorten a tad 2022-12-05 20:30:08 +01:00
twelve.py 12b 2022-12-13 01:03:32 +01:00
two.py part 2 for 5 and 2 2022-12-05 19:31:03 +01:00
useful.py 8 2022-12-11 23:12:01 +01:00

README.md

Advent of Code 2022 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.