An $O(3.82^k)$ Time FPT Algorithm for Convex Flip Distance
Haohong Li, Ge Xia

TL;DR
This paper introduces a fixed-parameter tractable algorithm with a runtime of O(3.82^k) for computing the minimum number of flips needed to transform one triangulation of a convex polygon into another, improving previous methods.
Contribution
The paper presents the first FPT algorithm with a runtime of O(3.82^k) for the convex flip distance problem, advancing computational efficiency.
Findings
Algorithm runs in O(3.82^k) time
Uses polynomial space
Significantly improves previous algorithms
Abstract
Let be a convex polygon in the plane, and let be a triangulation of . An edge in is called a diagonal if it is shared by two triangles in . A flip of a diagonal is the operation of removing and adding the opposite diagonal of the resulting quadrilateral to obtain a new triangulation of from . The flip distance between two triangulations of is the minimum number of flips needed to transform one triangulation into the other. The Convex Flip Distance problem asks if the flip distance between two given triangulations of is at most , for some given parameter . We present an FPT algorithm for the Convex Flip Distance problem that runs in time and uses polynomial space, where is the number of flips. This algorithm significantly improves the previous best FPT algorithms for the problem.
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.
