adventOfCode/challenges/2020/15-rambunctiousRecitation
AKU 25f4d9d658
Add 2020 solutions
Signed-off-by: AKU <tom@tdpain.net>
2021-11-27 20:33:25 +00:00
..
go Add 2020 solutions 2021-11-27 20:33:25 +00:00
python Add 2020 solutions 2021-11-27 20:33:25 +00:00
0.png Add 2020 solutions 2021-11-27 20:33:25 +00:00
1-hires.png Add 2020 solutions 2021-11-27 20:33:25 +00:00
1-lores.png Add 2020 solutions 2021-11-27 20:33:25 +00:00
info.json Add 2020 solutions 2021-11-27 20:33:25 +00:00
README.md Add 2020 solutions 2021-11-27 20:33:25 +00:00

Day 15: Rambunctious Recitation

Visualisation

Part one Part two
partOne png partTwo png
Script output
 python .\python\
AoC 2020: day 15 - Rambunctious Recitation
Python 3.8.5

Test cases
1.1 pass
1.2 pass
1.3 pass
1.4 pass
1.5 pass
1.6 pass
2.1 pass

Answers
Part 1: 206
Part 2: 955

 go run .\go\
AoC 2020: day 15 - Rambunctious Recitation
Go go1.15.2

Test cases
1.1 pass
1.2 pass
1.3 pass
1.4 pass
1.5 pass
1.6 pass
2.1 pass

Answers
Part 1: 206
Part 2: 955