English

Fully Dynamic Algorithms for Graph Spanners via Low-Diameter Router Decomposition

Data Structures and Algorithms 2026-01-29 v1

Abstract

A tt-spanner of an undirected nn-vertex graph GG is a sparse subgraph HH of GG that preserves all pairwise distances between its vertices to within multiplicative factor tt, also called the \emph{stretch}. We investigate the problem of maintaining spanners in the fully dynamic setting with an adaptive adversary. Despite a long line of research, this problem is still poorly understood: no algorithm achieving a sublogarithmic stretch, a sublinear in nn update time, and a strongly subquadratic in nn spanner size is currently known. One of our main results is a deterministic algorithm, that, for any 512k(logn)1/49512 \leq k \leq (\log n)^{1/49} and 1/kδ1/4001/k\leq \delta \leq 1/400, maintains a spanner HH of a fully dynamic graph with stretch poly(k)2O(1/δ6)poly(k)\cdot 2^{O(1/\delta^6)} and size E(H)O(n1+O(1/k))|E(H)|\leq O(n^{1+O(1/k)}), with worst-case update time nO(δ)n^{O(\delta)} and recourse nO(1/k)n^{O(1/k)}. Our algorithm relies on a new technical tool that we develop, called low-diameter router decomposition. We design a deterministic algorithm that maintains a decomposition of a fully dynamic graph into edge-disjoint clusters with bounded vertex overlap, where each cluster CC is a bounded-diameter router, meaning that any reasonable multicommodity demand over the vertices of CC can be routed along short paths and with low congestion. A similar graph decomposition notion was introduced by [Haeupler et al., STOC 2022] and strengthened by [Haeupler et al., FOCS 2024]. However, in contrast to these and other prior works, the decomposition that our algorithm maintains is proper, ensuring that the routing paths between the pairs of vertices of each cluster CC are contained inside CC, rather than in the entire graph GG. We show additional applications of our router decomposition, including dynamic algorithms for fault-tolerant spanners and low-congestion spanners.

Keywords

Cite

@article{arxiv.2601.20718,
  title  = {Fully Dynamic Algorithms for Graph Spanners via Low-Diameter Router Decomposition},
  author = {Julia Chuzhoy and Merav Parter},
  journal= {arXiv preprint arXiv:2601.20718},
  year   = {2026}
}
R2 v1 2026-07-01T09:24:07.879Z