Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 2.67 KB

README.md

File metadata and controls

29 lines (20 loc) · 2.67 KB

Google Kick Start 2021 Solutions Language License

My Python 3 solutions to Google Kick Start 2021 problems that should pass all the test sets. The solutions are written to run successfully on the online testing platform, which supports the following libraries:

  • Python 3.7.3
  • Numpy 1.19.3
  • Scipy 1.5.3

# Problem Solution Notes
A K-Goodness String Python 3.7
B L Shaped Plots Python 3.7 Requires Numpy
C Rabbit House Python 3.7 Requires Numpy
D Checksum Python 3.7 Requires Numpy and Scipy
# Problem Solution Notes
A Increasing Substring Python 3.7
B Longest Progression Python 3.7
C Consecutive Primes Python 3.7
D Truck Delivery Python 3.7