GoogleKickStart 2017 [](./LICENSE)

July 23, 2021 ยท View on GitHub

Python solutions of Google Kick Start 2017. 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.

Round E

#TitleSolutionTimeSpaceDifficultyTagNote
CBlackholePythonO(log(MAX_D))O(1)HardMatrix Rotation, Binary Search, Geometry