License | MIT |
---|---|
Maintainer | @tylerjl |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Solutions to the 2021 day 01 set of problems for adventofcode.com.
Documentation
part1ARecur :: Text -> Int #
Part a using simple recursion (maybe smaller big-O?)
compareAdj :: [Int] -> [(Int, Int)] #
Utility to transform a list into tuples of adjacent values.