Fast exact pattern matching algorithm

Yong Huang,Lingdi Ping,Xuezeng Pan,Xiaoping Chen,Jian Chen
2009-01-01
Journal of Computational Information Systems
Abstract:Pattern matching is an essential and important research in computer science. In this paper, we propose a fast exact pattern matching algorithm. It bases on the method of SSABS algorithm and uses a new shift function by absorbing the idea of ZT algorithm, and thus maximizes the shift distance and improves the performance. The best and worst cases in time complexities of the algorithm are outlined, and the average behavior is simply discussed under the probabilistic model. The experimental results show that the proposed algorithm is faster than other compared algorithms on many cases, especially for small alphabets and long patterns, and thus it is quite suitable for exact pattern matching applications. Copyright © 2009 Binary Information Press.
What problem does this paper attempt to address?