Computing treedepth in polynomial space and linear fpt time

05/05/2022
by   Wojciech Nadara, et al.
0

The treedepth of a graph G is the least possible depth of an elimination forest of G: a rooted forest on the same vertex set where every pair of vertices adjacent in G is bound by the ancestor/descendant relation. We propose an algorithm that given a graph G and an integer d, either finds an elimination forest of G of depth at most d or concludes that no such forest exists; thus the algorithm decides whether the treedepth of G is at most d. The running time is 2^O(d^2)· n^O(1) and the space usage is polynomial in n. Further, by allowing randomization, the time and space complexities can be improved to 2^O(d^2)· n and d^O(1)· n, respectively. This improves upon the algorithm of Reidl et al. [ICALP 2014], which also has time complexity 2^O(d^2)· n, but uses exponential space.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
02/01/2019

Grid Graph Reachability

The reachability problem is to determine if there exists a path from one...
research
05/05/2020

Many visits TSP revisited

We study the Many Visits TSP problem, where given a number k(v) for each...
research
10/04/2017

A {-1,0,1}- and sparsest basis for the null space of a forest in optimal time

Given a matrix, the Null Space Problem asks for a basis of its null spac...
research
04/17/2018

Time- and space-optimal algorithms for the many-visits TSP

The many-visits traveling salesperson problem (MV-TSP) asks for an optim...
research
03/02/2018

An improved FPT algorithm for Independent Feedback Vertex Set

We study the Independent Feedback Vertex Set problem - a variant of the ...
research
07/03/2018

A Novel Algorithm for the All-Best-Swap-Edge Problem on Tree Spanners

Given a 2-edge connected undirected graph G with n vertices and m edges,...
research
12/18/2017

Time-Space Trade-Offs for Computing Euclidean Minimum Spanning Trees

In the limited-workspace model, we assume that the input of size n lies ...

Please sign up or login with your details

Forgot password? Click here to reset