Skip to content

Commit 3fb0d82

Browse files
authored
Update random-flip-matrix.cpp
1 parent 74e1f4c commit 3fb0d82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

C++/random-flip-matrix.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Time: O(1)
1+
// Time: ctor: O(1)
2+
// flip: O(1)
3+
// reset: O(min(f, r * c))
24
// Space: O(min(f, r * c))
35

46
class Solution {

0 commit comments

Comments
 (0)