We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231d6ce commit ca6304bCopy full SHA for ca6304b
C++/random-point-in-non-overlapping-rectangles.cpp
@@ -1,4 +1,5 @@
1
-// Time: O(logn)
+// Time: ctor: O(n)
2
+// pick: O(logn)
3
// Space: O(n)
4
5
class Solution {
0 commit comments