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 1bd59b4 commit 9c322ccCopy full SHA for 9c322cc
1 file changed
Python/flipping-an-image.py
@@ -1,4 +1,4 @@
1
-# Time: O(n)
+# Time: O(n^2)
2
# Space: O(1)
3
4
# Given a binary matrix A, we want to flip the image horizontally,
0 commit comments