This commit is contained in:
programmercarl
2024-10-09 16:59:26 +08:00
21 changed files with 753 additions and 10 deletions

View File

@@ -177,7 +177,7 @@ KMP算法中next数组为什么遇到字符不匹配的时候可以找到上一
![](https://code-thinking-1253855093.file.myqcloud.com/pics/20240913110841.png)
这里有录友就想如果字符串s 是有是有最小重复子串p组成最长相等前后缀就不能更长一些 例如这样:
这里有录友就想如果字符串s 是最小重复子串p组成最长相等前后缀就不能更长一些 例如这样:
![](https://code-thinking-1253855093.file.myqcloud.com/pics/20240913114348.png)
@@ -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>