Additive Spanners: A Simple Construction
Mathias B{\ae}k Tejs Knudsen

TL;DR
This paper presents a simple iterative method for constructing additive spanners in unweighted graphs, achieving sizes comparable to the best known bounds for additive 2- and 6-spanners.
Contribution
It introduces a straightforward naive approach that, starting from simple initial graphs, constructs additive spanners matching optimal size bounds for specific additive stretch values.
Findings
Constructs additive 2-spanners with O(n^{3/2}) edges.
Builds additive 6-spanners with O(n^{4/3}) edges.
Uses a simple iterative method matching best known bounds.
Abstract
We consider additive spanners of unweighted undirected graphs. Let be a graph and a subgraph of . The most na\"ive way to construct an additive -spanner of is the following: As long as is not an additive -spanner repeat: Find a pair that violates the spanner-condition and a shortest path from to in . Add the edges of this path to . We show that, with a very simple initial graph , this na\"ive method gives additive - and -spanners of sizes matching the best known upper bounds. For additive -spanners we start with and end with edges in the spanner. For additive -spanners we start with containing arbitrary edges incident to each node and end with a spanner of size .
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Computational Geometry and Mesh Generation
