Shortcutting for Negative-Weight Shortest Path
George Z. Li, Jason Li, Satish Rao, Junkai Zhang
TL;DR
This work proposes an shortcutting procedure that iteratively reduces the number of negative-weight edges along shortest paths by a constant factor, improving on prior work of Fineman and Huang-Jin-Quanrud on dense graphs.
Abstract
Consider the single-source shortest paths problem on a directed graph with real-valued edge weights. We solve this problem in $O(n^{2.5}\log^{4.5}n)$ time, improving on prior work of Fineman (STOC 2024) and Huang-Jin-Quanrud (SODA 2025, 2026) on dense graphs. Our main technique is an shortcutting procedure that iteratively reduces the number of negative-weight edges along shortest paths by a constant factor.
