akshay190 / Google-Code-Jam-2019

My messy solutions for Google Code Jam 2019 (https://codingcompetitions.withgoogle.com/codejam/archive/2019)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Code Jam 2019

These are my messy solutions for Google Code Jam 2019 in Python 3. May only update after each round so no cheating :)

In each folder, the following files can be present:

  • Vanilla files from the problem:
    • problem.md: A Markdown-version of the problem
    • sample.in: Sample input directly from problem.md
    • interactive_runner.py: Interactive runner offered by Code Jam. See explanation on Code Jam FAQ. (Only in interactive problems)
    • testing_tool.py: Testing tool offered by an interactive problem. (Only in interactive problems)
  • My files (Uploaded after round ends):
    • analysis.md: My analysis for the problem
    • solution-sub-P|F|U[+].py: My best (in most cases, last) attempt, submitted and judged, with results marked in the name. E.g., the solution passed 1st but failed 2nd test set and did not have 3rd set checked would be named solution-sub-PFU.py
    • solution-mod-P|F[+].py: My best solution submitted after the content, if solution-sub-P|F[+].py is not good enough, with results marked in the name. E.g., the solution passed 1st and 2nd test set but failed 3rd would be named solution-mod-PPF.py
    • Other files, if present, will be explained in analysis.md

Why Python 3?

It's good enough; it runs fast enough; I'm lazy; it has much handled for me.

Results

  • Qualification: 100/100, #154

Progress

Qualification

  • Foregone Solution
  • You Can Go Your Own Way
  • Cryptopangrams
  • Dat Bae

Contribution!

Contributions are greatly appreciated! Do a pull request, or just start your own repository! Let me know if there are any errors in my solutions as well! Greatest appreciations in advance!

License

This work is licensed under GPLv3.

Problems are directly retrieved from Google Code Jam website.

About

My messy solutions for Google Code Jam 2019 (https://codingcompetitions.withgoogle.com/codejam/archive/2019)

License:GNU General Public License v3.0


Languages

Language:Python 100.0%