Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 638 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 638 Bytes

Python solutions for Google Code Jam practice problems.

Check http://code.google.com/codejam/contests.html for problem info.

Log

##2014 ###Qualification Round

  • Magic Trick
  • Cookie Clicker Alpha
  • Minesweeper Master
  • Deceitful War

Thanks nitsas for the template files and all that helpful stuff.

  • All ".in" files are input files. Just run runme.py on them and they'll generate the expected output.
  • You can download expected output files (and larger input files) from the Google Code Jam practice page.
  • I'll be adding more problems as I solve them.