An Improved FPT Algorithm for the Flip Distance Problem
Qilong Feng, Shaohua Li, Xiangzhong Meng, Jianxin Wang

TL;DR
This paper presents an improved fixed-parameter tractable (FPT) algorithm for the flip distance problem in triangulations, reducing the number of choices per step from 14 to 5 and improving the overall runtime bound.
Contribution
The authors develop a more efficient FPT algorithm for the flip distance problem by leveraging backtracking and graph analysis, decreasing the complexity of each step.
Findings
Reduced the number of choices per step from 14 to 5.
Established a bound of 2|G| on the action sequence length.
Achieved an improved runtime of O*(k·32^k).
Abstract
Given a set of points in the Euclidean plane and two triangulations of , the flip distance between these two triangulations is the minimum number of flips required to transform one triangulation into the other. Parameterized Flip Distance problem is to decide if the flip distance between two given triangulations is equal to a given integer . The previous best FPT algorithm runs in time (), where each step has fourteen possible choices, and the length of the action sequence is bounded by . By applying the backtracking strategy and analyzing the underlying property of the flip sequence, each step of our algorithm has only five possible choices. Based on an auxiliary graph , we prove that the length of the action sequence for our algorithm is bounded by . As a result, we present an FPT algorithm running in time…
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.
