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

Y2015.D19

Description

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

Synopsis

Documentation

distinctMols #

Arguments

:: String

List of starting molecules as a raw string

-> Int

Number of distinct modules that can be formed

Finds the number of possible distinct molecules

molSteps #

Arguments

:: String

Target molecule composition as a raw string

-> Int

Number of steps required to create indicated molecule

Returns the number of steps required to form a specified molecule