Fast Pattern Matching in Strings 论文
1977SIAM Journal on Computing引用 2943
Algorithms and Data CompressionNetwork Packet Processing and Optimizationsemigroups and automata theory
摘要
An algorithm is presented which finds all occurrences of one given string within another, in running time proportional to the sum of the lengths of the strings. The constant of proportionality is low enough to make this algorithm of practical use, and the procedure can also be extended to deal with some more general pattern-matching problems. A theoretical application of the algorithm shows that the set of concatenations of even palindromes, i.e., the language $\{\alpha \alpha ^R\}^*$, can be recognized in linear time. Other algorithms which run even faster on the average are also considered.