项目作者: cquark7

项目描述 :
My solutions for Google Code Jam 2018 in Python
高级语言: Python
项目地址: git://github.com/cquark7/google-code-jam-2018.git
创建时间: 2018-04-08T09:34:57Z
项目社区:https://github.com/cquark7/google-code-jam-2018

开源协议:MIT License

下载


Update: Google Code Jam 2019

" class="reference-link">Google Code Jam 2018 Language License Progress

My solutions for Google Code Jam 2018 in Python 3.

Qualification Round

# Title Solution Time Space Difficulty Tag Note
A Saving The Universe Again Python 3 O(P) O(P) Easy Greedy
B Trouble Sort Python 3 O(NlogN) O(N) Easy Sorting
C Go, Gopher! Python 3 O(P) O(1) Medium Probability
D Cubic UFO Python 3 O(1) O(1) Medium Math, Geometry