搜索资源列表
wordmatch
- 一个简单而有效的字符串近似匹配算法,与大家共享-a simple and effective approximate string matching algorithms, and share
kmp
- KMP是一种快速字符串匹配算法,KMP算法的时间复杂度为O(m+n)。-KMP string matching algorithm is a fast, KMP algorithm' s time complexity is O (m+ n).
Algorithm-template
- C++ 写的一些算法模板 ,比如Kruskal、KMP、欧几里德算法、最大匹配(匈牙利算法)、最小费用最大流、字符串的哈希方法、增广路算法、网络最大流_邻接表等-C++ write some algorithms template, such as Kruskal, KMP, Euclid arithmetic, maximal matching (Hungary) is proposed, the minimum cost and maximum flow, string hash metho
KMP_Algorithm
- KMP算法 字符串匹配算法 c++源码实现 方便快捷 算法清晰-KMP algorithm for string matching
jc_KMP
- C++语言实现KMP字符串匹配算法,用于查找匹配字符的位置-C++ language KMP string matching algorithm is used to find the location of matching characters
Striig
- 字符串匹配的BM算法,完全自己做出来的, 大家可以拿去参考,一切分享(String matching of BM algorithm, completely made by yourself, you can take reference, all to share)