Difference between revisions of "Google Code Jam"

From HaskellWiki
Jump to navigation Jump to search
Line 21: Line 21:
 
* [[Google Code Jam/Random Route]]
 
* [[Google Code Jam/Random Route]]
 
* [[Google Code Jam/Hexagon Game]]
 
* [[Google Code Jam/Hexagon Game]]
  +
  +
== Qualification Round (16 July 2008) ==
  +
  +
* [[Google Code Jam/Saving The Universe]]
  +
* [[Google Code Jam/Train Timetable]]
  +
* [[Google Code Jam/Fly Swatter]]

Revision as of 13:31, 18 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.


Practice Problems

Gcj Beta 2008

Qualification Round (16 July 2008)