https://github.com/kamyu104/googlekickstart-2016
https://github.com/kamyu104/googlekickstart-2016
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamyu104/googlekickstart-2016
- Owner: kamyu104
- License: mit
- Created: 2021-07-23T09:39:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T09:40:12.000Z (about 4 years ago)
- Last Synced: 2025-07-01T06:53:02.191Z (3 months ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [GoogleKickStart 2016](https://codingcompetitions.withgoogle.com/kickstart)  [](./LICENSE) 
Python solutions of Google Kick Start 2016. 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 2015](https://github.com/kamyu104/GoogleKickStart-2015)
* [Kick Start 2017](https://github.com/kamyu104/GoogleKickStart-2017)