Module day22

Source
Expand description

§Sporifica Virus

Brute force solution using a fixed size grid, relying on the properties of the input to never exceed the bounds. Some bit manipulation tricks are used to speeds things up slightly.

Functions§

parse
part1
part2
simulate 🔒