Skip to content

Commit 8f21c08

Browse files
authored
Update maximum-number-of-darts-inside-of-a-circular-dartboard.py
1 parent 4e89c83 commit 8f21c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/maximum-number-of-darts-inside-of-a-circular-dartboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Time: O(n^2 * logn)
2-
# Space: O(1)
2+
# Space: O(n)
33

44
import math
55

0 commit comments

Comments
 (0)