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.
- Host: GitHub
- URL: https://github.com/nitsas/codejamsolutions
- Owner: nitsas
- License: mit
- Created: 2012-04-05T04:41:13.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T21:13:47.000Z (over 9 years ago)
- Last Synced: 2025-01-09T04:17:34.132Z (about 1 year ago)
- Topics: codejam, puzzles, python, python3
- Language: Python
- Homepage:
- Size: 130 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE.txt
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.