Difference between revisions of "Google Code Jam"

From HaskellWiki
Jump to navigation Jump to search
 
Line 6: Line 6:
   
 
The output should be right formatted to be submitted to google forms.
 
The output should be right formatted to be submitted to google forms.
  +
  +
  +
== Practice Problems ==
  +
  +
* [[Google Code Jam/Alien Numbers]]
  +
* [[Google Code Jam/Always Turn Left]]
  +
* [[Google Code Jam/Egg Drop]]
  +
* [[Google Code Jam/Shopping Plan]]
  +
  +
== Gcj Beta 2008 ==
  +
  +
* [[Google Code Jam/Triangle Dilemma]]
  +
* [[Google Code Jam/The Price is Wrong]]
  +
* [[Google Code Jam/Random Route]]
  +
* [[Google Code Jam/Hexagon Game]]

Revision as of 07:30, 29 June 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