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

Y2016.D02

Description

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

Synopsis

Documentation

bathroomCode #

Arguments

:: Matrix String

Grid to solve for

-> Position

Starting Position (y, x)

-> String

Input String of movement instructions

-> String

Bathroom code

grid1 :: Matrix String #

Matrix for part 1

grid2 :: Matrix String #

Matrix for part 2