We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7323c1f commit 5774b76Copy full SHA for 5774b76
Python/minimum-area-rectangle-ii.py
@@ -1,4 +1,4 @@
1
-# Time: O(n^2 ~ n^3)
+# Time: O(n^2) ~ O(n^3)
2
# Space: O(n^2)
3
4
import collections
0 commit comments