Copyright | (c) Eric Mertens 2021 |
---|---|
License | ISC |
Maintainer | emertens@gmail.com |
Safe Haskell | None |
Language | Haskell2010 |
https://adventofcode.com/2021/day/18
Today's problem had us perform manipulations on a tree-based term language. It was made tricky because the problem asked us to do things to the nearest left and right neighbors of elements of our tree.