An Improved FPT Algorithm for the Flip Distance Problem

10/14/2019
by   Qilong Feng, et al.
0

Given a set P of points in the Euclidean plane and two triangulations of 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 k. The previous best FPT algorithm runs in time O^*(k· c^k) (c≤ 2× 14^11), where each step has fourteen possible choices, and the length of the action sequence is bounded by 11k. 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 G, we prove that the length of the action sequence for our algorithm is bounded by 2|G|. As a result, we present an FPT algorithm running in time O^*(k· 32^k).

READ FULL TEXT
research
06/03/2023

On the Budgeted Hausdorff Distance Problem

Given a set P of n points in the plane, and a parameter k, we present...
research
02/15/2018

A Faster FPTAS for #Knapsack

Given a set W = {w_1,..., w_n} of non-negative integer weights and an in...
research
07/01/2023

Detecting Points in Integer Cones of Polytopes is Double-Exponentially Hard

Let d be a positive integer. For a finite set X ⊆ℝ^d, we define its inte...
research
09/27/2022

An O(3.82^k) Time FPT Algorithm for Convex Flip Distance

Let P be a convex polygon in the plane, and let T be a triangulation of ...
research
01/08/2018

Step Detection Algorithm For Accurate Distance Estimation Using Dynamic Step Length

In this paper, a new Smartphone sensor based algorithm is proposed to de...
research
11/27/2019

Properties of nowhere dense graph classes related to independent set problem

A set is called r-independent, if every two vertices of it are in distan...
research
06/01/2023

Improved Algorithms for Distance Selection and Related Problems

In this paper, we propose new techniques for solving geometric optimizat...

Please sign up or login with your details

Forgot password? Click here to reset