English

Distributed Algorithms for Minimum Degree Spanning Trees

Data Structures and Algorithms 2018-06-12 v1 Distributed, Parallel, and Cluster Computing

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.

Keywords

Cite

@article{arxiv.1806.03365,
  title  = {Distributed Algorithms for Minimum Degree Spanning Trees},
  author = {Michael Dinitz and Magnús M. Halldórsson and Calvin Newport},
  journal= {arXiv preprint arXiv:1806.03365},
  year   = {2018}
}