Simple Length-Constrained Minimum Spanning Trees
Abstract
In the length-constrained minimum spanning tree (MST) problem, we are given an -node edge-weighted graph and a length constraint . Our goal is to find a spanning tree of whose diameter is at most with minimum weight. Prior work of Marathe et al.\ gave a poly-time algorithm which repeatedly computes maximum cardinality matchings of minimum weight to output a spanning tree whose weight is -approximate with diameter . In this work, we show that a simple random sampling approach recovers the results of Marathe et al. -- no computation of min-weight max-matchings needed! Furthermore, the simplicity of our approach allows us to tradeoff between the approximation factor and the loss in diameter: we show that for any , one can output a spanning tree whose weight is -approximate with diameter with high probability in poly-time. This immediately gives the first poly-time -approximation for length-constrained MST whose loss in diameter is .
Cite
@article{arxiv.2410.08170,
title = {Simple Length-Constrained Minimum Spanning Trees},
author = {D Ellis Hershkowitz and Richard Z Huang},
journal= {arXiv preprint arXiv:2410.08170},
year = {2025}
}
Comments
Added Ravi ack