Difference between revisions of "Google Code Jam"

From HaskellWiki
Jump to navigation Jump to search
(Added input files links)
Line 7: Line 7:
 
The output should be right formatted to be submitted to google forms.
 
The output should be right formatted to be submitted to google forms.
   
  +
Each section has a tarball of valid inputs
   
 
== Practice Problems ==
 
== Practice Problems ==
Line 14: Line 15:
 
* [[Google Code Jam/Egg Drop]]
 
* [[Google Code Jam/Egg Drop]]
 
* [[Google Code Jam/Shopping Plan]]
 
* [[Google Code Jam/Shopping Plan]]
  +
[http://haskell.org/sitewiki/images/5/51/GoogleCodeJamPractice2008.tbz Inputs]
   
 
== Gcj Beta 2008 ==
 
== Gcj Beta 2008 ==
Line 21: Line 23:
 
* [[Google Code Jam/Random Route]]
 
* [[Google Code Jam/Random Route]]
 
* [[Google Code Jam/Hexagon Game]]
 
* [[Google Code Jam/Hexagon Game]]
  +
[http://haskell.org/sitewiki/images/c/c8/GoogleCodeJamBeta2008.tbz Inputs]
   
 
== Qualification Round (16 July 2008) ==
 
== Qualification Round (16 July 2008) ==
Line 27: Line 30:
 
* [[Google Code Jam/Train Timetable]]
 
* [[Google Code Jam/Train Timetable]]
 
* [[Google Code Jam/Fly Swatter]]
 
* [[Google Code Jam/Fly Swatter]]
  +
[http://haskell.org/sitewiki/images/b/b8/GoogleCodeJamQualification2008.tbz Inputs]
   
 
== Round 1C (27 July 2008) ==
 
== Round 1C (27 July 2008) ==
Line 33: Line 37:
 
* [[Google Code Jam/Ugly Numbers]]
 
* [[Google Code Jam/Ugly Numbers]]
 
* [[Google Code Jam/Increasing Speed Limits]]
 
* [[Google Code Jam/Increasing Speed Limits]]
  +
[http://haskell.org/sitewiki/images/f/f1/GoogleCodeJam2008RoundC1.tbz Inputs]

Revision as of 08:41, 31 July 2008

Here are solutions to exercises from google code jam.

Exercises must be run feeding file as console input ,

cat file.in | ghci -e main Solution.hs > file.out

The output should be right formatted to be submitted to google forms.

Each section has a tarball of valid inputs

Practice Problems

Inputs

Gcj Beta 2008

Inputs

Qualification Round (16 July 2008)

Inputs

Round 1C (27 July 2008)

Inputs