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

Y2021.D14

Description

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

Synopsis

Documentation

parse14 :: Text -> (Polymer, PolySubs) #

Parse out a sequence of chars followed by the reaction translations.

part14A :: Text -> Int #

Solution to part A

part14B :: Text -> Int #

Solution to part B