Kernelization for Finding Lineal Topologies (Depth-First Spanning Trees) with Many or Few Leaves

07/01/2023
โˆ™
by   Emmanuel Sam, et al.
โˆ™
0
โˆ™

For a given graph G, a depth-first search (DFS) tree T of G is an r-rooted spanning tree such that every edge of G is either an edge of T or is between a descendant and an ancestor in T. A graph G together with a DFS tree is called a lineal topology ๐’ฏ = (G, r, T). Sam et al. (2023) initiated study of the parameterized complexity of the Min-LLT and Max-LLT problems which ask, given a graph G and an integer kโ‰ฅ 0, whether G has a DFS tree with at most k and at least k leaves, respectively. Particularly, they showed that for the dual parameterization, where the tasks are to find DFS trees with at least n-k and at most n-k leaves, respectively, these problems are fixed-parameter tractable when parameterized by k. However, the proofs were based on Courcelle's theorem, thereby making the running times a tower of exponentials. We prove that both problems admit polynomial kernels with (k^3) vertices. In particular, this implies FPT algorithms running in k^(k)ยท n^O(1) time. We achieve these results by making use of a (k)-sized vertex cover structure associated with each problem. This also allows us to demonstrate polynomial kernels for Min-LLT and Max-LLT for the structural parameterization by the vertex cover number.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
โˆ™ 08/03/2022

Maximum Minimal Feedback Vertex Set: A Parameterized Perspective

In this paper we study a maximization version of the classical Feedback ...
research
โˆ™ 07/18/2019

A Constant Factor Approximation for Capacitated Min-Max Tree Cover

Given a graph G=(V,E) with non-negative real edge lengths and an integer...
research
โˆ™ 06/28/2023

New Menger-like dualities in digraphs and applications to half-integral linkages

We present new min-max relations in digraphs between the number of paths...
research
โˆ™ 10/01/2021

Fixed-Parameter Algorithms for Longest Heapable Subsequence and Maximum Binary Tree

A heapable sequence is a sequence of numbers that can be arranged in a "...
research
โˆ™ 02/19/2023

Parameterized Max Min Feedback Vertex Set

Given a graph G and an integer k, Max Min FVS asks whether there exists ...
research
โˆ™ 06/20/2022

Finding k-Secluded Trees Faster

We revisit the k-Secluded Tree problem. Given a vertex-weighted undirect...
research
โˆ™ 07/14/2023

Graph Search Trees and Their Leaves

Graph searches and their respective search trees are widely used in algo...

Please sign up or login with your details

Forgot password? Click here to reset