racheldosh / GoogleCodeJam2020

Solutions to problems from Google Code Jam 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Code Jam 2020 Qualification Round

These are my solutions to three problems in the Google Code Jam programming competition of 2020.

Each problem is contained in its own folder where the folder name corresponds to the problem name.

Info on the individual problems can be found in the Google programming competition archives here. A high-level explanation of the problem can be found in each of the solution.py files as a docstring.

All solutions are written in python and can be run via the command line. Each solution.py will read input from the input.txt in each corresponding folder. Each program will print out the solutions for the multiple test cases listed in the input.txt file.

I have added some comments to help explain my solutions. This was done following the competition.

About

Solutions to problems from Google Code Jam 2020


Languages

Language:Python 100.0%