License | MIT |
---|---|
Maintainer | @tylerjl |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Y2015.D22
Description
Solutions to the day 22 set of problems for adventofcode.com.
Documentation
Represents the final result of a sequence of player moves.
Instances
Show Result # | |
Eq Result # | |
Ord Result # | |
Arguments
:: Bool | Whether to run the game in "hard mode" |
-> String | Boss stats input string |
-> Result | Best possible battle outcome |
Finds the minimum required mana to win a game.