The textbook algorithm for single-source shortest paths with real-valued edge
weights runs in $O(m n)$ time on a graph with $m$ edges and $n$ vertices. A
recent breakthrough algorithm by Fineman [Fin24] takes $\tilde O(m n^{8/9})$
randomized time. We present an $\tilde O(m n^{4/5})$ randomized time algorithm
building on ideas from [Fin24].
Related papers
Ranked by semantic similarity β how closely each paper's abstract matches this one (100% = near-identical topic).