My Advent of Code solutions for 2020-2024
Find a file
2020-12-12 14:27:24 +00:00
.github Update README.md 2020-12-12 14:27:24 +00:00
01-reportRepair Update README and meta files 2020-12-08 23:46:10 +00:00
02-passwordPhilosophy Update README and meta files 2020-12-08 23:46:10 +00:00
03-tobogganTrajectory Update README and meta files 2020-12-08 23:46:10 +00:00
04-passportProcessing Update README and meta files 2020-12-08 23:46:10 +00:00
05-binaryBoarding Update README and meta files 2020-12-08 23:46:10 +00:00
06-customCustoms Update README and meta files 2020-12-08 23:46:10 +00:00
07-handyHaversacks Update README and meta files 2020-12-08 23:46:10 +00:00
08-handheldHalting Update README and meta files 2020-12-08 23:46:10 +00:00
09-encodingError Day 9 2020-12-09 18:31:08 +00:00
10-adapterArray Update README layouts 2020-12-12 12:11:10 +00:00
11-seatingSystem Update README layouts 2020-12-12 12:11:10 +00:00
12-rainRisk Day 12: Black code formatting 2020-12-12 14:25:04 +00:00
template Update README and meta files 2020-12-08 23:46:10 +00:00
.gitignore Update README and meta files 2020-12-08 23:46:10 +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 visualisation dependencies 2020-12-11 22:54:01 +00:00

Advent of Code 2020

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

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

Puzzle inputs and descriptions are not included in this repository. You'll have to get these yourself from the AoC website. Here's why.

AoC website - AoC subreddit - AoC awesome list


Key: Completed is completed, Incomplete is incomplete, Partially complete is partially complete (does not have both languages) and Not yet attempted is released but not yet attempted. * means that this day has a visualisation

Day Python Go
1 Completed Link Link
2 Completed Link Link
3 Completed Link Link
4 Completed Link Link
5 Completed Link Link
6 Completed Link Link
7 Completed Link Link
8 Completed Link Link
9 Completed Link Link
10 Completed Link Link
11 * Partially complete Link
12 Partially complete Link
13
14
15
16
17
18
19
20
21
22
23
24
25

Lines of code per day

(Boilerplate code and code that generates visualisations is not included)