Papers
Topics
Authors
Recent
Search
2000 character limit reached

Faster Algorithms for Bounded Tree Edit Distance

Published 6 May 2021 in cs.DS | (2105.02428v2)

Abstract: Tree edit distance is a well-studied measure of dissimilarity between rooted trees with node labels. It can be computed in O(n<sup>3)O(n<sup>3) time [Demaine, Mozes, Rossman, and Weimann, ICALP 2007], and fine-grained hardness results suggest that the weighted version of this problem cannot be solved in truly subcubic time unless the APSP conjecture is false [Bringmann, Gawrychowski, Mozes, and Weimann, SODA 2018]. We consider the unweighted version of tree edit distance, where every insertion, deletion, or relabeling operation has unit cost. Given a parameter kk as an upper bound on the distance, the previous fastest algorithm for this problem runs in O(nk<sup>3)O(nk<sup>3) time [Touzet, CPM 2005], which improves upon the cubic-time algorithm for kn<sup>2/3k\ll n<sup>{2/3}. In this paper, we give a faster algorithm taking O(nk<sup>2</sup>logn)O(nk<sup>2</sup> \log n) time, improving both of the previous results for almost the full range of lognkn/logn\log n \ll k\ll n/\sqrt{\log n}.

Authors (2)
Citations (7)

Summary

No one has generated a summary of this paper yet.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Continue Learning

We haven't generated follow-up questions for this paper yet.