Skip to content

Commit

Permalink
Update minimum-window-substring.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 committed Jan 22, 2015
1 parent ee9bc35 commit 2cbf418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/minimum-window-substring.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Time: O(n)
# Space: O(k), k is
# Space: O(k), k is the number of different characters
#
# Given a string S and a string T, find the minimum window in S which will contain all the characters in T in complexity O(n).
#
Expand Down

0 comments on commit 2cbf418

Please sign in to comment.