You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Python 3 solutions to Google Code Jam 2019 problems that should pass all the test sets. The solutions are written to run successfully on the Code Jam platform, which includes the following libraries:
Python 3.5.3
Numpy 1.16.2
Scipy 1.2.1
Some solutions may be too slow in Python 3 and might return a "Time Limit Exceeded" error on the Code Jam platform. For these, I will try to provide a solution using PyPy 2 (which is faster in some cases) in the notes that should be able to successfully pass all test sets.