Skip to content

Commit 432f9da

Browse files
authored
Update flatten-2d-vector.py
1 parent e112e51 commit 432f9da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/flatten-2d-vector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Time: O(n)
2-
# Space: O(k)
1+
# Time: O(1)
2+
# Space: O(1)
33

44
from collections import deque
55

0 commit comments

Comments
 (0)