Skip to content

theXYZT/google-kick-start-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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