Pith. sign in

REVIEW 3 cited by

Additive Spanners and Distance Oracles in Quadratic Time

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 1704.04473 v1 pith:H6FWVHDA submitted 2017-04-14 cs.DS

Additive Spanners and Distance Oracles in Quadratic Time

classification cs.DS
keywords leftrightdistanceadditivetimenodesalgorithmspanner
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Let $G$ be an unweighted, undirected graph. An additive $k$-spanner of $G$ is a subgraph $H$ that approximates all distances between pairs of nodes up to an additive error of $+k$, that is, it satisfies $d_H(u,v) \le d_G(u,v)+k$ for all nodes $u,v$, where $d$ is the shortest path distance. We give a deterministic algorithm that constructs an additive $O\!\left(1\right)$-spanner with $O\!\left(n^{4/3}\right)$ edges in $O\!\left(n^2\right)$ time. This should be compared with the randomized Monte Carlo algorithm by Woodruff [ICALP 2010] giving an additive $6$-spanner with $O\!\left(n^{4/3}\log^3 n\right)$ edges in expected time $O\!\left(n^2\log^2 n\right)$. An $(\alpha,\beta)$-approximate distance oracle for $G$ is a data structure that supports the following distance queries between pairs of nodes in $G$. Given two nodes $u$, $v$ it can in constant time compute a distance estimate $\tilde{d}$ that satisfies $d \le \tilde{d} \le \alpha d + \beta$ where $d$ is the distance between $u$ and $v$ in $G$. Sommer [ICALP 2016] gave a randomized Monte Carlo $(2,1)$-distance oracle of size $O\!\left(n^{5/3}\text{poly} \log n\right)$ in expected time $O\!\left(n^2\text{poly} \log n\right)$. As an application of the additive $O(1)$-spanner we improve the construction by Sommer [ICALP 2016] and give a Las Vegas $(2,1)$-distance oracle of size $O\!\left(n^{5/3}\right)$ in time $O\!\left(n^2\right)$. This also implies an algorithm that in $O\!\left(n^2\right)$ gives approximate distance for all pairs of nodes in $G$ improving on the $O\!\left(n^2 \log n\right)$ algorithm by Baswana and Kavitha [SICOMP 2010].

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Approximate Single Source Dual Fault Tolerant Distance Oracle

    cs.DS 2026-07 accept novelty 7.5

    A (1+O(ε))-approximate single-source dual-fault distance oracle uses Õ(n√n) space and Õ(1) query time—the first with o(n^{2}) space.

  2. Approximate Single Source Dual Fault Tolerant Distance Oracle

    cs.DS 2026-07 reject novelty 7.0

    A new data structure answers approximate shortest-path queries from a fixed source after any two edges fail, using subquadratic space and near-constant query time; the correctness proof for the hardest case is incomplete.

  3. $\tilde{O}$ptimal Algorithm for 2-Approximate All Pair Shortest Paths -- almost

    cs.DS 2026-07 conditional novelty 6.0

    A randomized ~O(n^2)-time algorithm computes 2-approximate distances for all pairs at distance at least a constant (<=906), improving the previous O(log log n) guarantee.