We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5456ce commit c32ecbbCopy full SHA for c32ecbb
Python/falling-squares.py
@@ -1,4 +1,4 @@
1
-# Time: O(nlogn)
+# Time: O(n^2), could be improved to O(nlogn) in cpp by ordered map (bst)
2
# Space: O(n)
3
4
import bisect
0 commit comments