Skip to content

stefanbirkner/google-code-jam-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 inputand writes result to output.)

About

A Java template for Google Code Jam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors