adventOfCode/11-seatingSystem/README.md
2020-12-11 17:46:54 +00:00

444 B
Raw Blame History

Day 11: Seating System

This is a cellular automata that (in part one) uses the Moore neighbourhood.

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