Skip to content

Commit aa5b092

Browse files
authored
Update find-the-occurrence-of-first-almost-equal-substring.py
1 parent 66e7dec commit aa5b092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/find-the-occurrence-of-first-almost-equal-substring.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Time: O(n + m)
22
# Space: O(n + m)
33

4-
# z function
4+
# z-function
55
class Solution(object):
66
def minStartingIndex(self, s, pattern):
77
"""

0 commit comments

Comments
 (0)