Copyright | (c) Eric Mertens 2021 |
---|---|
License | ISC |
Maintainer | emertens@gmail.com |
Safe Haskell | None |
Language | Haskell2010 |
https://adventofcode.com/2021/day/9
Find the basins on the height map.
Documentation
heightsToBasinIds :: Heights -> BasinIds Source #
basinSizes :: BasinIds -> [Int] Source #