A Fast String Matching Algorithm Based on Lowlight Characters in the Pattern

Zhengjun Cao,Lihua Liu
DOI: https://doi.org/10.48550/arXiv.1401.7110
2014-01-28
Abstract:We put forth a new string matching algorithm which matches the pattern from neither the left nor the right end, instead a special position. Comparing with the Knuth-Morris-Pratt algorithm and the Boyer-Moore algorithm, the new algorithm is more flexible to pick the position for starting comparisons. The option really brings it a saving in cost.
Data Structures and Algorithms
What problem does this paper attempt to address?