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

Y2015.D18

Description

Solutions to the day 18 set of problems for adventofcode.com.

Synopsis

Documentation

animateLights #

Arguments

:: String

Raw string representing starting state

-> Int

Number of cycles to let animations repeat

-> Int

Number of lit lights

Animates an example light grid

animateStuckLights #

Arguments

:: String

Raw string representing starting state

-> Int

Number of cycles to let animations repeat

-> Int

Number of lit lights

Animates an example light grid with stuck lights