English

Diameter Spanners, Eccentricity Spanners, and Approximating Extremal Distances

Data Structures and Algorithms 2019-02-21 v2

Abstract

The diameter of a graph is one if its most important parameters, being used in many real-word applications. In particular, the diameter dictates how fast information can spread throughout data and communication networks. Thus, it is a natural question to ask how much can we sparsify a graph and still guarantee that its diameter remains preserved within an approximation tt. This property is captured by the notion of extremal-distance spanners. Given a graph G=(V,E)G=(V,E), a subgraph H=(V,EH)H=(V,E_H) is defined to be a tt-diameter spanner if the diameter of HH is at most tt times the diameter of GG. We show that for any nn-vertex and mm-edges directed graph GG, we can compute a sparse subgraph HH that is a (1.5)(1.5)-diameter spanner of GG, such that HH contains at most O~(n1.5)\tilde O(n^{1.5}) edges. We also show that the stretch factor cannot be improved to (1.5ϵ)(1.5-\epsilon). For a graph whose diameter is bounded by some constant, we show the existence of 53\frac{5}{3}-diameter spanner that contains at most O~(n43)\tilde O(n^\frac{4}{3}) edges. We also show that this bound is tight. Additionally, we present other types of extremal-distance spanners, such as 22-eccentricity spanners and 22-radius spanners, both contain only O~(n)\tilde O(n) edges and are computable in O~(m)\tilde O(m) time. Finally, we study extremal-distance spanners in the dynamic and fault-tolerant settings. An interesting implication of our work is the first O~(m)\tilde O(m)-time algorithm for computing 22-approximation of vertex eccentricities in general directed weighted graphs. Backurs et al. [STOC 2018] gave an O~(mn)\tilde O(m\sqrt{n}) time algorithm for this problem, and also showed that no O(n2o(1))O(n^{2-o(1)}) time algorithm can achieve an approximation factor better than 22 for graph eccentricities, unless SETH fails; this shows that our approximation factor is essentially tight.

Keywords

Cite

@article{arxiv.1812.01602,
  title  = {Diameter Spanners, Eccentricity Spanners, and Approximating Extremal Distances},
  author = {Keerti Choudhary and Omer Gold},
  journal= {arXiv preprint arXiv:1812.01602},
  year   = {2019}
}

Comments

25 pages

R2 v1 2026-06-23T06:31:41.761Z