English

Distributed Approximation of Minimum $k$-edge-connected Spanning Subgraphs

Data Structures and Algorithms 2018-05-22 v1 Distributed, Parallel, and Cluster Computing

Abstract

In the minimum kk-edge-connected spanning subgraph (kk-ECSS) problem the goal is to find the minimum weight subgraph resistant to up to k1k-1 edge failures. This is a central problem in network design, and a natural generalization of the minimum spanning tree (MST) problem. While the MST problem has been studied extensively by the distributed computing community, for k2k \geq 2 less is known in the distributed setting. In this paper, we present fast randomized distributed approximation algorithms for kk-ECSS in the CONGEST model. Our first contribution is an O~(D+n)\widetilde{O}(D + \sqrt{n})-round O(logn)O(\log{n})-approximation for 2-ECSS, for a graph with nn vertices and diameter DD. The time complexity of our algorithm is almost tight and almost matches the time complexity of the MST problem. For larger constant values of kk we give an O~(n)\widetilde{O}(n)-round O(logn)O(\log{n})-approximation. Additionally, in the special case of unweighted 3-ECSS we show how to improve the time complexity to O(Dlog3n)O(D \log^3{n}) rounds. All our results significantly improve the time complexity of previous algorithms.

Keywords

Cite

@article{arxiv.1805.07764,
  title  = {Distributed Approximation of Minimum $k$-edge-connected Spanning Subgraphs},
  author = {Michal Dory},
  journal= {arXiv preprint arXiv:1805.07764},
  year   = {2018}
}

Comments

To appear in PODC 2018

R2 v1 2026-06-23T02:01:54.465Z