https://github.com/kamyu104/googlekickstart-2018
https://github.com/kamyu104/googlekickstart-2018
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamyu104/googlekickstart-2018
- Owner: kamyu104
- License: mit
- Created: 2021-04-13T12:20:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T17:06:05.000Z (almost 3 years ago)
- Last Synced: 2025-07-01T06:53:02.191Z (4 months ago)
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [GoogleKickStart 2018](https://codingcompetitions.withgoogle.com/kickstart)  [](./LICENSE) 
Python solutions of Google Kick Start 2018. Solution begins with `*` means it will get TLE in the largest data set (total computation amount > `10^8`, which is not friendly for Python to solve in 5 ~ 15 seconds). A problem was marked as `Very Hard` means that it was an unsolved one during the contest and may not be that difficult.
* [Kick Start 2017](https://github.com/kamyu104/GoogleKickStart-2017)
* [Kick Start 2019](https://github.com/kamyu104/GoogleKickStart-2019)