Performance Test of String Pattern Matching Algorithms

WU Xi-hong
DOI: https://doi.org/10.3969/j.issn.1006-642x.2006.06.019
2006-01-01
Abstract:This paper gives a detailed analysis of some string pattern matching algorithms such as BF,KMP,and BM.After making a test about the average searched time and the patterned times of these algorithms,it reaches a conclusion that BM algorithm is the quickest among these algorithms.
What problem does this paper attempt to address?