adventofcode-0.1.0.0: Haskell solutions to adventofcode
LicenseMIT
Maintainer@tylerjl
Safe HaskellSafe-Inferred
LanguageHaskell2010

Y2021.D20

Description

Solutions to the 2021 day 20 set of problems for adventofcode.com.

Synopsis

Documentation

parse20 :: Text -> ([Int], Map (Int, Int) Int) #

part20A :: Text -> Int #

Solution to part A

part20B :: Text -> Int #

Solution to part B

renderGrid :: Grid -> Text #

decompress :: [Int] -> Grid -> Grid #

expand :: Grid -> Grid #