Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aa10ffe

Browse files
authoredJul 15, 2020
Link error (trekhleb#511)
1 parent 7036729 commit aa10ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ _Read this in other languages:_
8383
* `B` [汉明距离](src/algorithms/string/hamming-distance) - 符号不同的位置数
8484
* `A` [莱温斯坦距离](src/algorithms/string/levenshtein-distance) - 两个序列之间的最小编辑距离
8585
* `A` [Knuth–Morris–Pratt 算法](src/algorithms/string/knuth-morris-pratt) KMP 算法 - 子串搜索 (模式匹配)
86-
* `A` [字符串快速查找](src/algorithms/string/rabin-karp) - 子串搜索 (模式匹配)
86+
* `A` [字符串快速查找](src/algorithms/string/z-algorithm) - 子串搜索 (模式匹配)
8787
* `A` [Rabin Karp 算法](src/algorithms/string/rabin-karp) - 子串搜索
8888
* `A` [最长公共子串](src/algorithms/string/longest-common-substring)
8989
* `A` [正则表达式匹配](src/algorithms/string/regular-expression-matching)

0 commit comments

Comments
 (0)
Please sign in to comment.