Gap Edit Distance via Non-Adaptive Queries: Simple and Optimal
Elazar Goldenberg, Tomasz Kociumaka, Robert Krauthgamer and, Barna Saha

TL;DR
This paper presents a simple, optimal non-adaptive algorithm for approximating edit distance in sublinear time across all parameter ranges, improving previous results and matching known bounds.
Contribution
It introduces a non-adaptive query algorithm with optimal complexity for the Gap Edit Distance problem, covering the entire parameter range and surpassing prior adaptive methods.
Findings
Query complexity of O(n/k^{c-0.5}) is optimal up to polylog factors.
Achieves optimal time complexity O(n/k^{c-0.5}) for c 1.5.
Outperforms all previous algorithms in nontrivial cases.
Abstract
We study the problem of approximating edit distance in sublinear time. This is formalized as the -Gap Edit Distance problem, where the input is a pair of strings and parameters , and the goal is to return YES if , NO if , and an arbitrary answer when . Recent years have witnessed significant interest in designing sublinear-time algorithms for Gap Edit Distance. In this work, we resolve the non-adaptive query complexity of Gap Edit Distance for the entire range of parameters, improving over a sequence of previous results. Specifically, we design a non-adaptive algorithm with query complexity , and we further prove that this bound is optimal up to polylogarithmic factors. Our algorithm also achieves optimal time complexity whenever . For , the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Optimization and Search Problems · Algorithms and Data Compression
