Finding 4-Additive Spanners: Faster, Stronger, and Simpler
Data Structures and Algorithms
2025-10-21 v1
Abstract
Additive spanners are fundamental graph structures with wide applications in network design, graph sparsification, and distance approximation. In particular, a -additive spanner is a subgraph that preserves all pairwise distances up to an additive error of . In this paper, we present a new deterministic algorithm for constructing -additive spanners that matches the best known edge bound of (up to polylogarithmic factors), while improving the running time to , compared to the previous randomized construction. Our algorithm is not only faster in the dense regime but also fully deterministic, conceptually simpler, and easier to implement and analyze.
Cite
@article{arxiv.2510.17262,
title = {Finding 4-Additive Spanners: Faster, Stronger, and Simpler},
author = {Chuhan Qi},
journal= {arXiv preprint arXiv:2510.17262},
year = {2025}
}