From Hop Reduction to Sparsification for Negative Length Shortest Paths
Abstract
The textbook algorithm for real-weighted single-source shortest paths takes time on a graph with edges and vertices. A recent breakthrough algorithm by [Fin24] takes randomized time. The running time was subsequently improved to [HJQ25] and then [HJQ26]. We build on the algorithms of [Fin24; HJQ25; HJQ26] to obtain faster strongly-polynomial randomized-time algorithms for negative-length shortest paths. An important new technique in this algorithm repurposes previous "hop-reducers" from [Fin24; HJQ26] into "negative edge sparsifiers", reducing the number of negative edges by essentially the same factor by which the "hops" were previously reduced. A simple recursive algorithm based on sparsifying the layered hop reducers of [Fin24] already gives an randomized running time, improving [HJQ26] uniformly. We also improve the construction of the bootstrapped hop reducers in [HJQ26] by proposing new sparse shortcut graphs replacing the dense shortcut graphs in [HJQ26]. Integrating all three of layered sparsification, recursion, and sparse bootstrapping into the algorithm of [HJQ26] gives new upper bounds of randomized time for and randomized time for . Lastly, concurrent work by [LLRZ25] obtained an randomized time algorithm for the same problem, and along the way improved the running time of the "betweenness reduction" step in Fineman's framework. Dropping in this subroutine as a black box improves the running time of the simple recursive sparsification algorithm to , and a slightly modified recursive sparsification algorithm runs in randomized time for and for .
Cite
@article{arxiv.2511.18253,
title = {From Hop Reduction to Sparsification for Negative Length Shortest Paths},
author = {Kent Quanrud and Navid Tajkhorshid},
journal= {arXiv preprint arXiv:2511.18253},
year = {2025}
}
Comments
Updates the running times in the previous version based on independent work by LLRZ25