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