Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stefanbirkner/google-code-jam-template
- Owner: stefanbirkner
- Created: 2014-04-12T00:15:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-09T22:48:11.000Z (over 8 years ago)
- Last Synced: 2023-03-14T05:30:59.105Z (over 1 year ago)
- Language: Java
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.)