English

Improved Deterministic Distributed Construction of Spanners

Data Structures and Algorithms 2017-08-15 v2

Abstract

Graph spanners are fundamental graph structures with a wide range of applications in distributed networks. We consider a standard synchronous message passing model where in each round O(logn)O(\log n) bits can be transmitted over every edge (the CONGEST model). The state of the art of deterministic distributed spanner constructions suffers from large messages. The only exception is the work of Derbel et al. '10, which computes an optimal-sized (2k1)(2k-1)-spanner but uses O(n11/k)O(n^{1-1/k}) rounds. In this paper, we significantly improve this bound. We present a deterministic distributed algorithm that given an unweighted nn-vertex graph G=(V,E)G = (V, E) and a parameter k>2k > 2, constructs a (2k1)(2k-1)-spanner with O(kn1+1/k)O(k \cdot n^{1+1/k}) edges within O(2kn1/21/k)O(2^{k} \cdot n^{1/2 - 1/k}) rounds for every even kk. For odd kk, the number of rounds is O(2kn1/21/(2k))O(2^{k} \cdot n^{1/2 - 1/(2k)}). For the weighted case, we provide the first deterministic construction of a 33-spanner with O(n3/2)O(n^{3/2}) edges that uses O(logn)O(\log n)-size messages and O~(1)\widetilde{O}(1) rounds. If the nodes have IDs in [1,Θ(n)][1, \Theta(n)], then the algorithm works in only 22 rounds!

Keywords

Cite

@article{arxiv.1708.01011,
  title  = {Improved Deterministic Distributed Construction of Spanners},
  author = {Ofer Grossman and Merav Parter},
  journal= {arXiv preprint arXiv:1708.01011},
  year   = {2017}
}

Comments

To appear in DISC'17

R2 v1 2026-06-22T21:05:22.428Z