A string searching algorithm

作者:

Highlights:

摘要

This paper is an attempt to develop a string searching algorithm that begins the search for a match in the middle of the strings being compared. The algorithm uses information gained from mismatches and the location of the search area in the large string, to make decisions and direct the search. Several elements of this algorithm can be useful in string searching applications. The algorithm is developed in FORTRAN IV (IBM 370⧸145), and the entire program is written in modular replacement form so that modification can be efficient.

论文关键词:

论文评审过程:Available online 22 March 2002.

论文官网地址:https://doi.org/10.1016/0096-3003(80)90037-5