Skip to content

Commit

Permalink
Update find-and-replace-pattern.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 authored Aug 19, 2018
1 parent 0eba965 commit f28a7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/find-and-replace-pattern.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Time: O(n * l)
# Space: O(l)
# Space: O(1)

import itertools

Expand Down

0 comments on commit f28a7d7

Please sign in to comment.