adventOfCode/11-seatingSystem
2020-12-11 17:46:54 +00:00
..
python Day 11 (Python) 2020-12-11 17:46:54 +00:00
info.json Day 11 (Python) 2020-12-11 17:46:54 +00:00
README.md Day 11 (Python) 2020-12-11 17:46:54 +00:00

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