Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefanbirkner/google-code-jam-template

A Java template for Google Code Jam
https://github.com/stefanbirkner/google-code-jam-template

Last synced: about 1 month ago
JSON representation

A Java template for Google Code Jam

Awesome Lists containing this project

README

        

Java Template for Google Code Jam
=================================

1. Add fields to `Problem.DataSet`.
2. Implement `Problem.DataSetsIterator.next()`. It has to set the fields of the data set.
3. Implement `Problem.DataSet.getResult()`. This is the real work.
4. Run `./dev_run.sh` (Compiles and runs with file `input`.)
5. Run `./contest_run.sh` (Runs with file `input`and writes result to `output`.)