Faster single-source shortest paths with negative real weights via proper hop distance
Abstract
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 O(m n8/9) randomized time. We present an O(m n4/5) randomized time algorithm building on ideas from [Fin24].
0
Turn this paper into a full lesson
ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.