Go to file
DUEFON 423291817e 9b 2022-12-11 23:12:12 +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
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
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
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
three.py shorten a tad 2022-12-05 20:30:08 +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.