An open API service indexing awesome lists of open source software.

https://github.com/nitsas/codejamsolutions

Python solutions for Google Code Jam practice problems.
https://github.com/nitsas/codejamsolutions

codejam puzzles python python3

Last synced: 11 months ago
JSON representation

Python solutions for Google Code Jam practice problems.

Awesome Lists containing this project

README

          

Python solutions for Google Code Jam practice problems.

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

- 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.