Finding approximate palindromes in strings

作者:

Highlights:

摘要

We introduce a novel definition of approximate palindromes in strings, and provide an algorithm to find all maximal approximate palindromes in a string with up to k errors. Our definition is based on the usual edit operations of approximate pattern matching, and the algorithm we give, for a string of size n on a fixed alphabet, runs in O(k2n) time. We also discuss two implementation-related improvements to the algorithm, and demonstrate their efficacy in practice by means of both experiments and an average-case analysis.

论文关键词:Approximate palindromes,String editing,Approximate pattern matching

论文评审过程:Received 25 May 2000, Accepted 8 August 2001, Available online 1 August 2002.

论文官网地址:https://doi.org/10.1016/S0031-3203(01)00179-0