docs: 更正0459的文本的语句陈述。

This commit is contained in:
poivre 2024-09-18 00:19:21 +08:00
parent 444cc5344c
commit 51f6ab5a54
No known key found for this signature in database
GPG Key ID: 203B7D47A695F86D
1 changed files with 2 additions and 1 deletions

View File

@ -163,7 +163,7 @@ KMP算法中next数组为什么遇到字符不匹配的时候可以找到上一
如果一个字符串s是由重复子串组成那么 最长相等前后缀不包含的子串一定是字符串s的最小重复子串。
证明: 如果s 是有是有最小重复子串p组成。
证明: 如果s 是最小重复子串p组成。
即 s = n * p
@ -884,3 +884,4 @@ public int[] GetNext(string s)
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
</a>