Skip to content

Commit e27c57c

Browse files
authored
Update find-the-occurrence-of-first-almost-equal-substring.cpp
1 parent aa5b092 commit e27c57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/find-the-occurrence-of-first-almost-equal-substring.cpp

Lines changed: 1 addition & 1 deletion
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 {
66
public:
77
int minStartingIndex(string s, string pattern) {

0 commit comments

Comments
 (0)