Skip to content

Commit 231d6ce

Browse files
authored
Update random-flip-matrix.py
1 parent 3fb0d82 commit 231d6ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Python/random-flip-matrix.py

Lines changed: 3 additions & 1 deletion
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
# You are given the number of rows n_rows and

0 commit comments

Comments
 (0)