On the Power of Tree-Depth for Fully Polynomial FPT Algorithms

10/12/2017
by   Yoichi Iwata, et al.
0

There are many classical problems in P whose time complexities have not been improved over the past decades. Recent studies of "Hardness in P" have revealed that, for several of such problems, the current fastest algorithm is the best possible under some complexity assumptions. To bypass this difficulty, Fomin et al. (SODA 2017) introduced the concept of fully polynomial FPT algorithms. For a problem with the current best time complexity O(n^c), the goal is to design an algorithm running in k^O(1)n^c' time for a parameter k and a constant c'<c. In this paper, we investigate the complexity of graph problems in P parameterized by tree-depth, a graph parameter related to tree-width. We show that a simple divide-and-conquer method can solve many graph problems, including Weighted Matching, Negative Cycle Detection, Minimum Weight Cycle, Replacement Paths, and 2-hop Cover, in O(td· m) time or O(td· (m+n n)) time, where td is the tree-depth of the input graph. Because any graph of tree-width tw has tree-depth at most (tw+1)_2 n, our algorithms also run in O(tw· m n) time or O(tw· (m+n n) n) time. These results match or improve the previous best algorithms parameterized by tree-width. Especially, we solve an open problem of fully polynomial FPT algorithm for Weighted Matching parameterized by tree-width posed by Fomin et al.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
01/12/2022

Polynomial Turing Compressions for Some Graph Problems Parameterized by Modular-Width

In this paper we investigate the parameterized complexity for NP-hard gr...
research
04/26/2018

Efficient and adaptive parameterized algorithms on modular decompositions

We study the influence of a graph parameter called modular-width on the ...
research
09/28/2022

Efficient parameterized algorithms on graphs with heterogeneous structure: Combining tree-depth and modular-width

Many computational problems admit fast algorithms on special inputs, how...
research
07/17/2017

Fully polynomial FPT algorithms for some classes of bounded clique-width graphs

Parameterized complexity theory has enabled a refined classification of ...
research
07/25/2022

A Survey on Graph Problems Parameterized Above and Below Guaranteed Values

We survey the field of algorithms and complexity for graph problems para...
research
09/21/2017

Non-Depth-First Search against Independent Distributions on an AND-OR Tree

Suzuki and Niida (Ann. Pure. Appl. Logic, 2015) showed the following res...
research
08/17/2023

Minimum Path Cover: The Power of Parameterization

Computing a minimum path cover (MPC) of a directed acyclic graph (DAG) i...

Please sign up or login with your details

Forgot password? Click here to reset