English

An Improved Random Shift Algorithm for Spanners and Low Diameter Decompositions

Data Structures and Algorithms 2021-11-18 v1

Abstract

Spanners have been shown to be a powerful tool in graph algorithms. Many spanner constructions use a certain type of clustering at their core, where each cluster has small diameter and there are relatively few spanner edges between clusters. In this paper, we provide a clustering algorithm that, given k2k\geq 2, can be used to compute a spanner of stretch 2k12k-1 and expected size O(n1+1/k)O(n^{1+1/k}) in kk rounds in the CONGEST model. This improves upon the state of the art (by Elkin, and Neiman [TALG'19]) by making the bounds on both running time and stretch independent of the random choices of the algorithm, whereas they only hold with high probability in previous results. Spanners are used in certain synchronizers, thus our improvement directly carries over to such synchronizers. Furthermore, for keeping the \emph{total} number of inter-cluster edges small in low diameter decompositions, our clustering algorithm provides the following guarantees. Given β(0,1]\beta\in (0,1], we compute a low diameter decomposition with diameter bound O(lognβ)O\left(\frac{\log n}{\beta}\right) such that each edge eEe\in E is an inter-cluster edge with probability at most βw(e)\beta\cdot w(e) in O(lognβ)O\left(\frac{\log n}{\beta}\right) rounds in the CONGEST model. Again, this improves upon the state of the art (by Miller, Peng, and Xu [SPAA'13]) by making the bounds on both running time and diameter independent of the random choices of the algorithm, whereas they only hold with high probability in previous results.

Keywords

Cite

@article{arxiv.2111.08975,
  title  = {An Improved Random Shift Algorithm for Spanners and Low Diameter Decompositions},
  author = {Sebastian Forster and Martin Grösbacher and Tijn de Vos},
  journal= {arXiv preprint arXiv:2111.08975},
  year   = {2021}
}

Comments

To be presented at the 25th International Conference on Principles of Distributed Systems (OPODIS 2021)

R2 v1 2026-06-24T07:41:49.952Z