@hackage GoogleCodeJam0.0.3

A monad for flexible parsing of Google Code Jam input files with automatic parallelization.

googleCodeJam Build Status Hackage

A monad for flexible parsing of Google Code Jam input files with automatic parallelization.

Read the documentation on Hackage.

Examples

For usage examples check out my submission contained in this repository.

2014 Round 1A Problem B

This short and simple solution achieves linear speedup on 4 cores.

2015 Round 1A Problem B

Solution