Improved algorithms for approximate string matching (extended abstract)

8Citations
Citations of this article
17Readers
Mendeley users who have this article in their library.

This article is free to access.

Abstract

Background: The problem of approximate string matching is important in many different areas such as computational biology, text processing and pattern recognition. A great effort has been made to design efficient algorithms addressing several variants of the problem, including comparison of two strings, approximate pattern identification in a string or calculation of the longest common subsequence that two strings share. Results: We designed an output sensitive algorithm solving the edit distance problem between two strings of lengths n and m respectively in time O((s - n - m )·min(m, n, s) + m + n) and linear space, where s is the edit distance between the two strings. This worst-case time bound sets the quadratic factor of the algorithm independent of the longest string length and improves existing theoretical bounds for this problem. The implementation of our algorithm also excels in practice, especially in cases where the two strings compared differ significantly in length. Conclusion: We have provided the design, analysis and implementation of a new algorithm for calculating the edit distance of two strings with both theoretical and practical implications. Source code of our algorithm is available online. © 2009 Papamichail and Papamichail; licensee BioMed Central Ltd.

Cite

CITATION STYLE

APA

Papamichail, D., & Papamichail, G. (2009). Improved algorithms for approximate string matching (extended abstract). In BMC Bioinformatics (Vol. 10). https://doi.org/10.1186/1471-2105-10-S1-S10

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free