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.
|
6 months ago | |
---|---|---|
.gitattributes | 6 months ago | |
.gitignore | 6 months ago | |
1 | 6 months ago | |
2 | 6 months ago | |
README.md | 6 months ago | |
eight.py | 6 months ago | |
eleven.py | 6 months ago | |
five.py | 6 months ago | |
four.py | 6 months ago | |
gettoday | 6 months ago | |
input1 | 6 months ago | |
input2 | 6 months ago | |
input3 | 6 months ago | |
input4 | 6 months ago | |
input5 | 6 months ago | |
input6 | 6 months ago | |
input7 | 6 months ago | |
input8 | 6 months ago | |
input9 | 6 months ago | |
input10 | 6 months ago | |
input11 | 6 months ago | |
input12 | 6 months ago | |
nine.py | 6 months ago | |
one.py | 6 months ago | |
seven.py | 6 months ago | |
sixx.py | 6 months ago | |
ten.py | 6 months ago | |
test1 | 6 months ago | |
test2 | 6 months ago | |
test3 | 6 months ago | |
test4 | 6 months ago | |
test5 | 6 months ago | |
test6 | 6 months ago | |
test7 | 6 months ago | |
test8 | 6 months ago | |
test9 | 6 months ago | |
test10 | 6 months ago | |
test11 | 6 months ago | |
test12 | 6 months ago | |
three.py | 6 months ago | |
twelve.py | 6 months ago | |
two.py | 6 months ago | |
useful.py | 6 months ago |
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.