修改0459.重复的子字符串.md错别字

打码->代码
This commit is contained in:
Leehouc
2024-10-07 13:19:27 +08:00
committed by GitHub
parent 8217eb9e02
commit 8669f2ad20

View File

@ -312,7 +312,7 @@ next 数组记录的就是最长相同前后缀( [字符串KMP算法精讲]
4可以被 12(字符串的长度) 整除所以说明有重复的子字符串asdf
### 码实现
### 码实现
C++代码如下:(这里使用了前缀表统一减一的实现方式)