Advent of Code 2020: Day 11 (Ruby solution)
This time the tasks were about modeling people taking seats in the waiting area. The seat layout is given as an input file.
The process of taking seats is iterative. Rules which are applied to every seat simultaneously differ for the first and second...
rubywizards.com2 min read