Update: Google Code Jam 2019
My solutions for Google Code Jam 2018 in Python 3.
# | 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 |