文件名称:KMP-nextval
介绍说明--下载内容均来自于网络,请自行研究使用
KMP算法是通过分析子串,预先计算每个位置发生不匹配的时候,所需GOTO的下一个比较位置,整理出来一个next数组,然后再上面的算法中使用。
-KMP algorithm is by analyzing the sub-string, place pre-calculated for each location does not match the time required to compare the next GOTO location, sorted out a next array, and then use the above algorithm.
-KMP algorithm is by analyzing the sub-string, place pre-calculated for each location does not match the time required to compare the next GOTO location, sorted out a next array, and then use the above algorithm.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
KMP之nextval算法.txt