English

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 44-additive spanner is a subgraph that preserves all pairwise distances up to an additive error of 44. In this paper, we present a new deterministic algorithm for constructing 44-additive spanners that matches the best known edge bound of O~(n7/5)\tilde{O}(n^{7/5}) (up to polylogarithmic factors), while improving the running time to O~(min{mn3/5,n11/5})\tilde{O}(\min\{mn^{3/5}, n^{11/5}\}), compared to the previous O~(mn3/5)\tilde{O}(mn^{3/5}) randomized construction. Our algorithm is not only faster in the dense regime but also fully deterministic, conceptually simpler, and easier to implement and analyze.

Keywords

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}
}
R2 v1 2026-07-01T06:47:01.265Z