All Projects → Mushinako → Google-Code-Jam-2019

Mushinako / Google-Code-Jam-2019

Licence: GPL-3.0 license
My solutions to Google Code Jam 2019 in Python3

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Google-Code-Jam-2019

GoogleCodeJam-2017
🏃 Python Solutions of All 27 Probelms in GCJ 2017
Stars: ✭ 53 (+43.24%)
Mutual labels:  codejam, google-code-jam, googlecodejam, code-jam, codejam-problems
GoogleCodeJam-2016
🏃 Python Solutions of All 26 Problems of GCJ 2016
Stars: ✭ 18 (-51.35%)
Mutual labels:  codejam, google-code-jam, googlecodejam, codejam-problems
abap-exercises-codejam
Material for CodeJams on SAP Business Technology Platform, ABAP Environment and ABAP RESTful Application Programming Model.
Stars: ✭ 25 (-32.43%)
Mutual labels:  codejam
problem-solving
A platform where you can learn about algorithms and data structures. A heaven for competitive programmers. Learn here: https://reyadussalahin.github.io/problem-solving/
Stars: ✭ 33 (-10.81%)
Mutual labels:  codejam
codejam
Solutions of Code Jam problems will be here
Stars: ✭ 17 (-54.05%)
Mutual labels:  codejam
cloud-platform-workflow-virtual-event
Material for the virtual event on SAP Cloud Platform Workflow.
Stars: ✭ 25 (-32.43%)
Mutual labels:  codejam
cloud-cap-nodejs-codejam
Material for the CodeJam on SAP Cloud Application Programming Model with Node.js.
Stars: ✭ 76 (+105.41%)
Mutual labels:  codejam
algovault
Algorithms and templates for competitive programming
Stars: ✭ 67 (+81.08%)
Mutual labels:  codejam
playground
A place to play programming
Stars: ✭ 21 (-43.24%)
Mutual labels:  google-code-jam
googlecodejam-client
Java client API for Google Code Jam contest
Stars: ✭ 11 (-70.27%)
Mutual labels:  google-code-jam

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 (Only in non-interactive problems)
    • 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-P|F|U[+].py: My best attempt 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-PFU.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

Round Pts Rank Note
Qualification 100 154
1A 32 2524
1B 54 1162
1C N/A N/A Passed 1B

Progress

Qualification

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

1A

  • Pylons - Still thinking...
  • Golf Gophers
  • Alien Rhyme - Still thinking...

1B

  • Manhattan Crepe Cart
  • Draupnir
  • Fair Fight - Not satisfactory...

!C

  • Robot Programming Strategy - Still thinking...
  • Power Arrangers
  • Bacterial Tactics - Still thinking...

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].