English

Faster Negative-Weight Shortest Paths and Directed Low-Diameter Decompositions

Data Structures and Algorithms 2025-10-28 v1

Abstract

We present a faster algorithm for low-diameter decompositions on directed graphs, matching the O(lognloglogn)O(\log n\log\log n) loss factor from Bringmann, Fischer, Haeupler, and Latypov (ICALP 2025) and improving the running time to O((m+nloglogn)lognloglogn)O((m+n\log\log n)\log n\log\log n) in expectation. We then apply our faster low-diameter decomposition to obtain an algorithm for negative-weight single source shortest paths on integer-weighted graphs in O((m+nloglogn)log(nW)lognloglogn)O((m+n\log\log n)\log(nW)\log n\log\log n) time, a nearly log-factor improvement over the algorithm of Bringmann, Cassis, and Fischer (FOCS 2023).

Keywords

Cite

@article{arxiv.2510.22721,
  title  = {Faster Negative-Weight Shortest Paths and Directed Low-Diameter Decompositions},
  author = {Jason Li and Connor Mowry and Satish Rao},
  journal= {arXiv preprint arXiv:2510.22721},
  year   = {2025}
}

Comments

Merge of unpublished preprints arXiv:2411.19449 and arXiv:2505.10244. Accepted at SODA 2026

R2 v1 2026-07-01T07:06:35.757Z