@hackage / GoogleCodeJam

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

Latest0.0.3

About

Metadata

  • Last updated , by johannesgerer
  • License MIT
  • Categories Text Processing
  • Maintained by: Johannes Gerer <oss@johannesgerer.com>

  • Lottery factor: 0

Links

Installation

Readme

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