Distributed Algorithms for Minimum Degree Spanning Trees
Michael Dinitz, Magn\'us M. Halld\'orsson, Calvin Newport

TL;DR
This paper introduces the first efficient distributed algorithms for the minimum degree spanning tree problem, achieving near-optimal approximation ratios with manageable round complexities in a distributed setting.
Contribution
The paper presents two novel distributed approximation algorithms for MDST, improving the approximation factor and round complexity over prior sequential solutions.
Findings
First algorithm achieves O(d log n) maximum degree with O((D + √n) log^2 n) rounds.
Second algorithm improves approximation to O(d + log n) with additional polylogarithmic factors.
These are the first efficient distributed algorithms for the MDST problem.
Abstract
The minimum degree spanning tree (MDST) problem requires the construction of a spanning tree for graph with vertices, such that the maximum degree of is the smallest among all spanning trees of . In this paper, we present two new distributed approximation algorithms for the MDST problem. Our first result is a randomized distributed algorithm that constructs a spanning tree of maximum degree . It requires rounds (w.h.p.), where is the graph diameter, which matches (within log factors) the optimal round complexity for the related minimum spanning tree problem. Our second result refines this approximation factor by constructing a tree with maximum degree , though at the cost of additional polylogarithmic factors in the round complexity. Although efficient approximation algorithms…
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
TopicsComplexity and Algorithms in Graphs · Optimization and Search Problems · Advanced Graph Theory Research
