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

Y2015.D14

Description

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

Synopsis

Documentation

distanceRace #

Arguments

:: String

Deer stats as raw string input

-> Int

Distance to run race

-> Int

Dat winning deer doe

Finds the winning deer in a distance race

leadingRace #

Arguments

:: String

Deer stats as raw string input

-> Int

Distance to run race

-> Int

Dat winning deer doe

Finds the winning deer in a race by most time spent in the lead