Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 4.14 KB

File metadata and controls

46 lines (32 loc) · 4.14 KB

Google Code Jam 2021 Solutions Language License

My Python 3 solutions to Google Code Jam 2021 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.7.3
  • Numpy 1.19.3
  • Scipy 1.5.3

# Problem Solution Notes
A Reversort Python 3.7
B Moons and Umbrellas Python 3.7
C Reversort Engineering Python 3.7
D Median Sort Python 3.7
E Cheating Detection Python 3.7 Requires Numpy
# Problem Solution Notes
A Append Sort Python 3.7
B Prime Time Python 3.7
C Hacked Exam Python 3.7 Requires Scipy
# Problem Solution Notes
A Broken Clock Python 3.7
B Subtransmutation Python 3.7
C Digit Blocks Python 3.7
# Problem Solution Notes
A Closest Pick Python 3.7
A Roaring Years Python 3.7
A Double or NOTing Python 3.7