euler-0.1.0.0

Safe HaskellSafe
LanguageHaskell2010

Euler.Problems.Problem11

Synopsis

Documentation

type Grid = [[Integer]] Source #

type GridText = Text Source #

The contents of the input file: a grid of base-10 integers delimited by spaces and newlines.

answer :: GridText -> Integer Source #

The greatest product of four adjacent numbers in the same direction.