Skip to content

Commit 9c322cc

Browse files
authored
Update flipping-an-image.py
1 parent 1bd59b4 commit 9c322cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/flipping-an-image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Time: O(n)
1+
# Time: O(n^2)
22
# Space: O(1)
33

44
# Given a binary matrix A, we want to flip the image horizontally,

0 commit comments

Comments
 (0)