2019 IEEE 60th Annual Symposium on Foundations of Computer Science (FOCS) 2019
DOI: 10.1109/focs.2019.00070
|View full text |Cite
|
Sign up to set email alerts
|

Sublinear Algorithms for Gap Edit Distance

Abstract: The edit distance is a way of quantifying how similar two strings are to one another by counting the minimum number of character insertions, deletions, and substitutions required to transform one string into the other. A simple dynamic programming computes the edit distance between two strings of length n in O(n 2 ) time, and a more sophisticated algorithm runs in time O(n + t 2 ) when the edit distance is t [Landau, Myers and Schmidt, SICOMP 1998]. In pursuit of obtaining faster running time, the last couple … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
37
0

Year Published

2020
2020
2023
2023

Publication Types

Select...
8

Relationship

3
5

Authors

Journals

citations
Cited by 21 publications
(38 citation statements)
references
References 31 publications
0
37
0
Order By: Relevance
“…Contrasting to [GKS19], we again get exact result and better query time bound for all regimes of k, even when we allow single string preprocessing.…”
Section: More Context On Our Resultsmentioning
confidence: 84%
See 1 more Smart Citation
“…Contrasting to [GKS19], we again get exact result and better query time bound for all regimes of k, even when we allow single string preprocessing.…”
Section: More Context On Our Resultsmentioning
confidence: 84%
“…Small edit distance For general strings, if their edit distance is at most k, we can compute it exactly with O(n log(n)) preprocessing and O(k 2 log(n)) query time. Contrast this result with [GKS19] where inÕ( n k + k 3 ) time, one can distinguish if edit distance is below k or above Θ(k 2 ).…”
Section: Contributionsmentioning
confidence: 91%
“…In recent years, further progress was achieved, mostly by exploiting adaptive queries, particularly by Goldenberg, Krauthgamer, and Saha [GKS19], and subsequently by Kociumaka and Saha [KS20], who improved over [AO12] when k is small. The running time Õ( n k c−1 +k 3 ) of [GKS19] had an undesirable cubic dependency on k, which was improved to quadratic in [KS20].…”
Section: Introductionmentioning
confidence: 99%
“…Indeed, non-adaptive algorithms often have the added advantage of simplicity, but they entail much less power. So far, the best results in the regime of small k came through carefully using adaptive queries [GKS19,KS20]. In this context, it seemed plausible that adaptivity would be crucial to improving beyond [AO12] for large k as well.…”
Section: Introductionmentioning
confidence: 99%
“…These strong hardness results naturally bring up the question whether LCS or edit distance can be efficiently approximated (namely, whether an algorithm with truly subquadratic time Opn 2´ε q for any constant ε ą 0, can produce a good approximation in the worst-case). In the last two decades, significant progress has been made towards designing efficient approximation algorithms for edit distance [14,13,15,9,7,21,23,29,17]; the latest achievement is a constant-factor approximation in almost-linear 1 time [8].…”
Section: Introductionmentioning
confidence: 99%