文件名称:KMPandmax_match
介绍说明--下载内容均来自于网络,请自行研究使用
1,KMP:实现了在一个字符串中查找字串的高效算法,复杂度为O(m+n)
2,max_match:求两个字符串的最大匹配字串
在vc6.0中调试通过,可以使用-1, KMP: realized in a string to find String efficient algorithm complexity is O (m+ n) 2, max_match: seeking two strings maximum matching string in the vc6.0 debug enacted, it will use
2,max_match:求两个字符串的最大匹配字串
在vc6.0中调试通过,可以使用-1, KMP: realized in a string to find String efficient algorithm complexity is O (m+ n) 2, max_match: seeking two strings maximum matching string in the vc6.0 debug enacted, it will use
(系统自动生成,下载前可以参看下载内容)
下载文件列表
KMP.cpp
max match.cpp
max match.cpp