Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 837f69e

Browse files
Update Readme.md
1 parent dad302f commit 837f69e

File tree

1 file changed

+2
-0
lines changed
  • String/2301.Match-Substring-After-Replacement

1 file changed

+2
-0
lines changed

‎String/2301.Match-Substring-After-Replacement/Readme.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@
99
在KMP的主函数中,定义一个新的```equal(char a, char b)```. 当两个字符相等,或者sub的字符可以映射到s的字符中时,就返回true。
1010

1111
在KMP的preprocessing函数中,定义一个新的```equal2(char a, char b)```. 当两个字符相等,或者这两个字符都可以映射到同一个字符时,就返回true。
12+
13+
更新:这道题不存在正确的KMP解法,敬请注意。

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /