Faster single-source shortest paths with negative real weights via proper hop distance
Yufan Huang, Peter Jin, Kent Quanrud

TL;DR
This paper introduces a faster randomized algorithm for single-source shortest paths with real weights, improving the runtime from previous methods by leveraging new algorithmic ideas.
Contribution
It presents an $ ilde O(m n^{4/5})$ randomized algorithm for shortest paths with negative real weights, advancing the state-of-the-art in algorithm efficiency.
Findings
Achieves faster runtime than previous algorithms
Builds on recent breakthroughs in shortest path algorithms
Uses novel techniques to improve computational complexity
Abstract
The textbook algorithm for single-source shortest paths with real-valued edge weights runs in time on a graph with edges and vertices. A recent breakthrough algorithm by Fineman [Fin24] takes randomized time. We present an randomized time algorithm building on ideas from [Fin24].
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSparse and Compressive Sensing Techniques · Speech and Audio Processing · Blind Source Separation Techniques
