English

An Improved FPT Algorithm for the Flip Distance Problem

Data Structures and Algorithms 2019-10-15 v1

Abstract

Given a set P\cal P of points in the Euclidean plane and two triangulations of P\cal P, 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 kk. The previous best FPT algorithm runs in time O(kck)O^{*}(k\cdot c^{k}) (c2×1411c\leq 2\times 14^{11}), where each step has fourteen possible choices, and the length of the action sequence is bounded by 11k11k. 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 GG, we prove that the length of the action sequence for our algorithm is bounded by 2G2|G|. As a result, we present an FPT algorithm running in time O(k32k)O^{*}(k\cdot 32^{k}).

Keywords

Cite

@article{arxiv.1910.06185,
  title  = {An Improved FPT Algorithm for the Flip Distance Problem},
  author = {Qilong Feng and Shaohua Li and Xiangzhong Meng and Jianxin Wang},
  journal= {arXiv preprint arXiv:1910.06185},
  year   = {2019}
}

Comments

A preliminary version of this paper appeared at MFCS 2017

R2 v1 2026-06-23T11:43:05.229Z