Improved Pattern Matching Algorithm Based on Partition

HUANG Yong,PING Ling-di,PAN Xue-zeng,CHEN Jian
DOI: https://doi.org/10.16411/j.cnki.issn1006-7736.2008.01.024
2008-01-01
Abstract:ISKIP and IKMPSKIP algorithms were developed combining quick search(QS) algorithm to improve performance of SKIP and KMPSKIP algorithms using partition window.The shift information of the last character of next window was looked ahead to increase the shift distance,and the times of matching were reduced efficiently.Theoretical analysis shows that two improved algorithms are superior to the original ones in respect of average time complexities.Experimental results also demonstrate its effectiveness.Especially in case of small patterns,ISKIP algorithm takes only 65%~85% of time of BMH algorithm.
What problem does this paper attempt to address?