We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7036729 commit aa10ffeCopy full SHA for aa10ffe
README.zh-CN.md
@@ -83,7 +83,7 @@ _Read this in other languages:_
83
* `B` [汉明距离](src/algorithms/string/hamming-distance) - 符号不同的位置数
84
* `A` [莱温斯坦距离](src/algorithms/string/levenshtein-distance) - 两个序列之间的最小编辑距离
85
* `A` [Knuth–Morris–Pratt 算法](src/algorithms/string/knuth-morris-pratt) KMP 算法 - 子串搜索 (模式匹配)
86
- * `A` [字符串快速查找](src/algorithms/string/rabin-karp) - 子串搜索 (模式匹配)
+ * `A` [字符串快速查找](src/algorithms/string/z-algorithm) - 子串搜索 (模式匹配)
87
* `A` [Rabin Karp 算法](src/algorithms/string/rabin-karp) - 子串搜索
88
* `A` [最长公共子串](src/algorithms/string/longest-common-substring)
89
* `A` [正则表达式匹配](src/algorithms/string/regular-expression-matching)
0 commit comments