My Advent of Code solutions for 2020-2024
Find a file
2020-12-05 17:05:02 +00:00
.github Add template usage instructions 2020-12-05 17:05:02 +00:00
01-reportRepair Move some days to new templates 2020-12-05 15:22:01 +00:00
02-passwordPhilosophy Move some days to new templates 2020-12-05 15:22:01 +00:00
03-tobogganTrajectory Move some days to new templates 2020-12-05 15:22:01 +00:00
04-passportProcessing Improve day 4 tests 2020-12-05 15:24:34 +00:00
05-binaryBoarding Day 5 (Golang) 2020-12-05 16:27:05 +00:00
template Add template usage instructions 2020-12-05 17:05:02 +00:00
.gitignore Add Python template 2020-12-05 14:04:54 +00:00
go.mod Add Go template 2020-12-05 14:42:27 +00:00
go.sum Add Go template 2020-12-05 14:42:27 +00:00
LICENCE Initial commit 2020-12-01 23:05:35 +00:00
requirements.txt Add Python template 2020-12-05 14:04:54 +00:00

Advent of Code 2020

Solutions to the 2020 Advent of Code, in both Python and Go.

Go solutions are near direct copies of the Python solutions and may be added a few days afterwards.

Key: Completed is completed, Incomplete is incomplete.

Part 1 Part 2 Part 1 Part 2
1 Completed Completed 2 Completed Completed
3 Completed Completed 4 Completed Completed
5 Completed Completed 6
7 8
9 10
11 12
13 14
15 16
17 18
19 20
21 22
23 24
25