Difference between revisions of "Google Code Jam"

From HaskellWiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Here are solutions to exercises from google code jam.
+
Here are problems and some solutions from [http://code.google.com/codejam/contest/ google code jam contest].
   
  +
== Format ==
 
Exercises must be run feeding file as console input ,
 
Exercises must be run feeding file as console input ,
 
 
''cat file.in | ghci -e main Solution.hs > file.out''
 
''cat file.in | ghci -e main Solution.hs > file.out''
   
 
The output should be right formatted to be submitted to google forms.
 
The output should be right formatted to be submitted to google forms.
  +
As it's known google service will be turned off, each problem section has a final link to a tarball of valid inputs.
 
Each section has a tarball of valid inputs
 
   
 
== Practice Problems ==
 
== Practice Problems ==
Line 45: Line 44:
 
* [[Google Code Jam/Increasing Speed Limits]]
 
* [[Google Code Jam/Increasing Speed Limits]]
 
[http://haskell.org/sitewiki/images/f/f1/GoogleCodeJam2008RoundC1.tbz Inputs]
 
[http://haskell.org/sitewiki/images/f/f1/GoogleCodeJam2008RoundC1.tbz Inputs]
  +
  +
== Round 2 (2 Aug 2008) ==
  +
  +
* [[Google Code Jam/Cheating a Boolean Tree]]
  +
* [[Google Code Jam/Triangle Areas]]
  +
* [[Google Code Jam/Star Wars]]
  +
* [[Google Code Jam/PermRLE]]
  +
  +
[http://haskell.org/sitewiki/images/f/f1/GoogleCodeJam2008Round2.tbz Inputs]

Latest revision as of 12:03, 4 August 2008