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 29a1d20 commit f25a148Copy full SHA for f25a148
Python/random-point-in-non-overlapping-rectangles.py
@@ -1,4 +1,5 @@
1
-# Time: O(logn)
+# Time: ctor: O(n)
2
+# pick: O(logn)
3
# Space: O(n)
4
5
# Given a list of non-overlapping axis-aligned rectangles rects,
0 commit comments