adventOfCode/challenges/2020/11-seatingSystem/README.md
AKU 25f4d9d658
Add 2020 solutions
Signed-off-by: AKU <tom@tdpain.net>
2021-11-27 20:33:25 +00:00

804 B
Raw Blame History

Day 11: Seating System

Visualisation

Part one Part two
partOne gif partTwo gif

Script output
 python .\python\
AoC 2020: day 11 - Seating System
Python 3.8.5

Test cases
1.1 pass
2.1 pass

Answers
Part 1: 2283
Part 2: 2054

 go run .\go\
AoC 2020: day 11 - Seating System
Go go1.15.2

Test cases
1.1 pass
2.1 pass

Answers
Part 1: 2283
Part 2: 2054