English

Approximating Edit Distance Within Constant Factor in Truly Sub-Quadratic Time

Data Structures and Algorithms 2021-02-17 v2

Abstract

Edit distance is a measure of similarity of two strings based on the minimum number of character insertions, deletions, and substitutions required to transform one string into the other. The edit distance can be computed exactly using a dynamic programming algorithm that runs in quadratic time. Andoni, Krauthgamer, and Onak (2010) gave a nearly linear time algorithm that approximates edit distance within an approximation factor poly(logn)\text{poly}(\log n). In this paper, we provide an algorithm with running time O~(n22/7)\tilde{O}(n^{2-2/7}) that approximates the edit distance within a constant factor.

Keywords

Cite

@article{arxiv.1810.03664,
  title  = {Approximating Edit Distance Within Constant Factor in Truly Sub-Quadratic Time},
  author = {Diptarka Chakraborty and Debarati Das and Elazar Goldenberg and Michal Koucky and Michael Saks},
  journal= {arXiv preprint arXiv:1810.03664},
  year   = {2021}
}
R2 v1 2026-06-23T04:32:39.179Z