Skip to content

Commit 5774b76

Browse files
authored
Update minimum-area-rectangle-ii.py
1 parent 7323c1f commit 5774b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/minimum-area-rectangle-ii.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Time: O(n^2 ~ n^3)
1+
# Time: O(n^2) ~ O(n^3)
22
# Space: O(n^2)
33

44
import collections

0 commit comments

Comments
 (0)