Copyright | (c) Eric Mertens 2021 |
---|---|
License | ISC |
Maintainer | emertens@gmail.com |
Safe Haskell | None |
Language | Haskell2010 |
https://adventofcode.com/2021/day/20
This problem has us implement a cellular automaton on an infinite grid. The problem requires special treatment so that we can represent updates to infinite space.