64

Distributed Algorithms for Minimum Degree Spanning Trees

Abstract

The minimum degree spanning tree (MDST) problem requires the construction of a spanning tree TT for graph G=(V,E)G=(V,E) with nn vertices, such that the maximum degree dd of TT is the smallest among all spanning trees of GG. 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 d^=O(dlogn)\hat d = O(d\log{n}). It requires O((D+n)log2n)O((D + \sqrt{n}) \log^2 n) rounds (w.h.p.), where DD 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 d^=O(d+logn)\hat d = O(d + \log{n}), though at the cost of additional polylogarithmic factors in the round complexity. Although efficient approximation algorithms for the MDST problem have been known in the sequential setting since the 1990's, our results are first efficient distributed solutions for this problem.

View on arXiv
Comments on this paper