Spotting Trees with Few Leaves
Andreas Bj\"orklund, Vikram Kamat, {\L}ukasz Kowalik, Meirav Zehavi

TL;DR
This paper extends algorithms for detecting specific trees and paths in graphs, achieving faster runtimes and breaking previous barriers, especially in graphs with certain coloring properties.
Contribution
It generalizes existing techniques to find trees with few leaves efficiently and improves algorithms for the $k$-Internal Spanning Tree problem, surpassing the $2^n$ barrier.
Findings
New $O^*(1.657^k 2^{l/2})$ algorithm for finding $k$-vertex trees with $l$ leaves.
Improved $O^*( ext{min}(3.455^k, 1.946^n))$ algorithm for $k$-Internal Spanning Tree.
Enhanced bounds for $k$-Path and Hamiltonicity in graphs with bounded degree or specific colorings.
Abstract
We show two results related to the Hamiltonicity and -Path algorithms in undirected graphs by Bj\"orklund [FOCS'10], and Bj\"orklund et al., [arXiv'10]. First, we demonstrate that the technique used can be generalized to finding some -vertex tree with leaves in an -vertex undirected graph in time. It can be applied as a subroutine to solve the -Internal Spanning Tree (-IST) problem in time using polynomial space, improving upon previous algorithms for this problem. In particular, for the first time we break the natural barrier of . Second, we show that the iterated random bipartition employed by the algorithm can be improved whenever the host graph admits a vertex coloring with few colors; it can be an ordinary proper vertex coloring, a fractional vertex coloring, or a vector coloring. In effect, we show…
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
Spotting Trees with Few Leaves· youtube
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Optimization and Search Problems
