English

New weighted additive spanners

Data Structures and Algorithms 2024-08-28 v1

Abstract

Ahmed, Bodwin, Sahneh, Kobourov, and Spence (WG 2020) introduced additive spanners for weighted graphs and constructed (i) a +2Wmax+2W_{\max} spanner with O(n3/2)O(n^{3/2}) edges and (ii) a +4Wmax+4W_{\max} spanner with O~(n7/5)\tilde{O}(n^{7/5}) edges, and (iii) a +8Wmax+8W_{\max} spanner with O(n4/3)O(n^{4/3}) edges, for any weighted graph with nn vertices. Here Wmax=maxeEw(e)W_{\max} = \max_{e\in E}w(e) is the maximum edge weight in the graph. Their results for +2Wmax+2W_{\max}, +4Wmax+4W_{\max}, and +8Wmax+8W_{\max} match the state-of-the-art bounds for the unweighted counterparts where Wmax=1W_{\max} = 1. They left open the question of constructing a +6Wmax+6W_{\max} spanner with O(n4/3)O(n^{4/3}) edges. Elkin, Gitlitz, and Neiman (DISC 2021) made significant progress on this problem by showing that there exists a +(6+ϵ)Wmax+(6+\epsilon)W_{\max} spanner with O(n4/3/ϵ)O(n^{4/3}/\epsilon) edges for any fixed constant ϵ>0\epsilon > 0. Indeed, their result is stronger as the additive stretch is local: the stretch for any pair u,vu,v is +(6+ϵ)Wuv+(6+\epsilon)W_{uv} where WuvW_{uv} is the maximum weight edge on the shortest path from uu to vv. In this work, we resolve the problem posted by Ahmed et al. (WG 2020) up to a poly-logarithmic factor in the number of edges: We construct a +6Wmax+6W_{\max} spanner with O~(n4/3)\tilde{O}(n^{4/3}) edges. We extend the construction for +6+6-spanners of Woodruff (ICALP 2010), and our main contribution is an analysis tailoring to the weighted setting. The stretch of our spanner could also be made local, in the sense of Elkin, Gitlitz, and Neiman (DISC 2021). We also study the fast constructions of additive spanners with +6Wmax+6W_{\max} and +4Wmax+4W_{\max} stretches. We obtain, among other things, an algorithm for constructing a +(6+ϵ)Wmax+(6+\epsilon)W_{\max} spanner of O~(n4/3ϵ)\tilde{O}(\frac{n^{4/3}}{\epsilon}) edges in O~(n2)\tilde{O}(n^2) time.

Keywords

Cite

@article{arxiv.2408.14638,
  title  = {New weighted additive spanners},
  author = {An La and Hung Le},
  journal= {arXiv preprint arXiv:2408.14638},
  year   = {2024}
}

Comments

18 pages, 1 figures

R2 v1 2026-06-28T18:24:34.809Z