Distributed Approximation of Minimum Routing Cost Trees
Alexandra Hochuli, Stephan Holzer, Roger Wattenhofer

TL;DR
This paper presents new distributed algorithms for approximating the Minimum Routing Cost Spanning Tree problem, achieving better approximation ratios and runtimes in the message passing model, especially for unweighted graphs.
Contribution
It introduces a randomized $(2+ ext{epsilon})$-approximation with improved runtime and a deterministic 2-approximation for the problem in distributed settings.
Findings
Achieved a $(2+ ext{epsilon})$-approximation with runtime $O(D+rac{ ext{log} n}{ ext{epsilon}})$.
Improved previous algorithms with $O( ext{log} n)$ approximation and $O(D ext{log}^2 n)$ runtime.
Derived an optimal $O(D)$ runtime for $O( ext{log} n)$-approximations.
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 over 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 -approximation with runtime for unweighted graphs. Here, is the diameter of . This improves over both, the (expected) approximation factor and the runtime of the best previously known algorithm. Due to stating our results in a very general way, we also derive an (optimal) runtime of when considering -approximations as done by the best previously…
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
