English

Distributed Approximation of Minimum Routing Cost Trees

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

Abstract

We study the NP-hard problem of approximating a Minimum Routing Cost Spanning Tree in the message passing model with limited bandwidth (CONGEST model). In this problem one tries to find a spanning tree of a graph GG over nn nodes that minimizes the sum of distances between all pairs of nodes. In the considered model every node can transmit a different (but short) message to each of its neighbors in each synchronous round. We provide a randomized (2+ϵ)(2+\epsilon)-approximation with runtime O(D+lognϵ)O(D+\frac{\log n}{\epsilon}) for unweighted graphs. Here, DD is the diameter of GG. This improves over both, the (expected) approximation factor O(logn)O(\log n) and the runtime O(Dlog2n)O(D\log^2 n) of the best previously known algorithm. Due to stating our results in a very general way, we also derive an (optimal) runtime of O(D)O(D) when considering O(logn)O(\log n)-approximations as done by the best previously known algorithm. In addition we derive a deterministic 22-approximation.

Keywords

Cite

@article{arxiv.1406.1244,
  title  = {Distributed Approximation of Minimum Routing Cost Trees},
  author = {Alexandra Hochuli and Stephan Holzer and Roger Wattenhofer},
  journal= {arXiv preprint arXiv:1406.1244},
  year   = {2014}
}
R2 v1 2026-06-22T04:31:15.512Z