Performance analysis of improved quick search algorithms for pattern matching

Xihong WU
DOI: https://doi.org/10.3778/j.issn.1002-8331.1206-0011
2014-01-01
Abstract:The paper suggests an Improved Quick Search(I_QS)algorithm for string matching based on the detailed analysis of Quick Search(QS)algorithm. The I_QS algorithm uses every adjacent two characters of pattern string to make up of a string and constitutes a string table, then confirms the position of strings. It uses back three characters of the current match-ing window to determine the distance of next shif. To analyse the performance of the I_QS algorithm, some experiments are done from three aspects which are matched time, trial times and characters’numbers through the number of different pattern strings. The experimental results show that because the I_QS algorithm can maximum limit to move to right, so it can reduce the times of moving and the time of matching. The I_QS algorithm enhances the algorithm’s efficiency.
What problem does this paper attempt to address?