A Review on the Tree Edit Distance Problem and Related Path-Decomposition Algorithms
Shihyen Chen

TL;DR
This paper reviews algorithms for computing the edit distance between ordered labeled trees, focusing on path-decomposition schemes and their impact on algorithmic complexity.
Contribution
It provides a comprehensive review of path-decomposition algorithms for tree edit distance and analyzes their principles and complexities.
Findings
Different path-decomposition schemes influence algorithmic complexity.
The review clarifies the principles behind various tree edit distance algorithms.
Insights into how decomposition schemes affect computational efficiency.
Abstract
An ordered labeled tree is a tree in which the nodes are labeled and the left-to-right order among siblings is relevant. The edit distance between two ordered labeled trees is the minimum cost of changing one tree into the other through a sequence of edit steps. In the literature, there are a class of algorithms based on different yet closely related path-decomposition schemes. This article reviews the principles of these algorithms, and studies the concepts related to the algorithmic complexities as a consequence of the decomposition schemes.
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
TopicsAlgorithms and Data Compression · Graph Theory and Algorithms · Complexity and Algorithms in Graphs
