Kernelization for Finding Lineal Topologies (Depth-First Spanning Trees) with Many or Few Leaves
Emmanuel Sam, Benjamin Bergougnoux, Petr A. Golovach, Nello, Blaser

TL;DR
This paper develops polynomial kernelization algorithms for the problems of finding depth-first spanning trees with many or few leaves in graphs, improving the efficiency of fixed-parameter algorithms for these problems.
Contribution
It proves that the extsc{Min-LLT} and extsc{Max-LLT} problems admit polynomial kernels of size extit{O}(k^3), enabling more practical fixed-parameter algorithms.
Findings
Polynomial kernels of size O(k^3) for both problems.
FPT algorithms with runtime k^{O(k)}·n^{O(1)}.
Kernelization based on a vertex cover structure.
Abstract
For a given graph , a depth-first search (DFS) tree of is an -rooted spanning tree such that every edge of is either an edge of or is between a \textit{descendant} and an \textit{ancestor} in . A graph together with a DFS tree is called a \textit{lineal topology} . Sam et al. (2023) initiated study of the parameterized complexity of the \textsc{Min-LLT} and \textsc{Max-LLT} problems which ask, given a graph and an integer , whether has a DFS tree with at most and at least leaves, respectively. Particularly, they showed that for the dual parameterization, where the tasks are to find DFS trees with at least and at most leaves, respectively, these problems are fixed-parameter tractable when parameterized by . However, the proofs were based on Courcelle's theorem, thereby making the running times a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research
