Pith. sign in

REVIEW 3 cited by

Negative-Weight Single-Source Shortest Paths in Near-linear 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 2203.03456 v6 pith:NCWLR6JP submitted 2022-03-07 cs.DS

Negative-Weight Single-Source Shortest Paths in Near-linear Time

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

We present a randomized algorithm that computes single-source shortest paths (SSSP) in $O(m\log^8(n)\log W)$ time when edge weights are integral and can be negative. This essentially resolves the classic negative-weight SSSP problem. The previous bounds are $\tilde O((m+n^{1.5})\log W)$ [BLNPSSSW FOCS'20] and $m^{4/3+o(1)}\log W$ [AMV FOCS'20]. Near-linear time algorithms were known previously only for the special case of planar directed graphs [Fakcharoenphol and Rao FOCS'01]. In contrast to all recent developments that rely on sophisticated continuous optimization methods and dynamic algorithms, our algorithm is simple: it requires only a simple graph decomposition and elementary combinatorial tools. In fact, ours is the first combinatorial algorithm for negative-weight SSSP to break through the classic $\tilde O(m\sqrt{n}\log W)$ bound from over three decades ago [Gabow and Tarjan SICOMP'89].

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.