Skip to content

Commit fe5b13c

Browse files
authored
Update minimum-window-subsequence.py
1 parent a8dfbca commit fe5b13c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Python/minimum-window-subsequence.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Time: O(S * T)
2-
# Space: O(S)
1+
# Time: O(s * t)
2+
# Space: O(s)
33

44
class Solution(object):
55
def minWindow(self, S, T):

0 commit comments

Comments
 (0)