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 6274520 commit 5ee50cdCopy full SHA for 5ee50cd
1 file changed
Python/random-flip-matrix.py
@@ -1,4 +1,6 @@
1
-# Time: O(1)
+# Time: ctor: O(1)
2
+# flip: O(1)
3
+# reset: O(min(f, r * c))
4
# Space: O(min(f, r * c))
5
6
# You are given the number of rows n_rows and
0 commit comments