English

Light Spanners

Data Structures and Algorithms 2014-05-01 v1

Abstract

A tt-spanner of a weighted undirected graph G=(V,E)G=(V,E), is a subgraph HH such that dH(u,v)tdG(u,v)d_H(u,v)\le t\cdot d_G(u,v) for all u,vVu,v\in V. The sparseness of the spanner can be measured by its size (the number of edges) and weight (the sum of all edge weights), both being important measures of the spanner's quality -- in this work we focus on the latter. Specifically, it is shown that for any parameters k1k\ge 1 and ϵ>0\epsilon>0, any weighted graph GG on nn vertices admits a (2k1)(1+ϵ)(2k-1)\cdot(1+\epsilon)-stretch spanner of weight at most w(MST(G))Oϵ(kn1/k/logk)w(MST(G))\cdot O_\epsilon(kn^{1/k}/\log k), where w(MST(G))w(MST(G)) is the weight of a minimum spanning tree of GG. Our result is obtained via a novel analysis of the classic greedy algorithm, and improves previous work by a factor of O(logk)O(\log k).

Keywords

Cite

@article{arxiv.1404.7703,
  title  = {Light Spanners},
  author = {Michael Elkin and Ofer Neiman and Shay Solomon},
  journal= {arXiv preprint arXiv:1404.7703},
  year   = {2014}
}

Comments

10 pages, 1 figure, to appear in ICALP 2014

R2 v1 2026-06-22T04:02:59.867Z