搜索资源列表
LCS
- LCS算法;即公共串匹配算法; 好了;不说了-LCS algorithm that public string matching algorithm
09
- 这是一个关于串的模式匹配与串的应用举例的课件-This is a pattern matching on the string and the string of the application examples of the courseware
kmp
- KMP是一种快速字符串匹配算法,KMP算法的时间复杂度为O(m+n)。-KMP string matching algorithm is a fast, KMP algorithm' s time complexity is O (m+ n).
Bmsuanfa
- BM算法也是一种快速串匹配算法,BM算法与KMP算法的主要区别是匹配操作的方向不同。-BM algorithm is also a fast string matching algorithms, BM KMP algorithm and matching algorithm is the main difference between operating in a different direction.
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
Striig
- 字符串匹配的BM算法,完全自己做出来的, 大家可以拿去参考,一切分享(String matching of BM algorithm, completely made by yourself, you can take reference, all to share)