A Linear-Time Approximation Algorithm for Rotation Distance
Sean Cleary, Katherine St. John

TL;DR
This paper introduces a linear-time approximation algorithm for rotation distance between rooted binary trees, providing a fast estimate within a factor of 2, addressing the computational challenge of exact calculation.
Contribution
The paper presents the first linear-time algorithm that approximates rotation distance within a provable factor of 2, improving efficiency over previous methods.
Findings
Algorithm runs in linear time
Approximation factor is guaranteed to be within 2
Effective for ordered rooted binary trees
Abstract
Rotation distance between rooted binary trees measures the number of simple operations it takes to transform one tree into another. There are no known polynomial-time algorithms for computing rotation distance. We give an efficient, linear-time approximation algorithm, which estimates the rotation distance, within a provable factor of 2, between ordered rooted binary trees. .
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 · semigroups and automata theory · Advanced Database Systems and Queries
