Skip to content

Commit ca6304b

Browse files
authored
Update random-point-in-non-overlapping-rectangles.cpp
1 parent 231d6ce commit ca6304b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: C++/random-point-in-non-overlapping-rectangles.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Time: O(logn)
1+
// Time: ctor: O(n)
2+
// pick: O(logn)
23
// Space: O(n)
34

45
class Solution {

0 commit comments

Comments
 (0)