A Faster Directed Single-Source Shortest Path Algorithm
Notice: This research summary and analysis were automatically generated using AI technology. For absolute accuracy, please refer to the [Original Paper Viewer] below or the Original ArXiv Source.
This paper presents a new deterministic algorithm for single-source shortest paths (SSSP) on real non-negative edge-weighted directed graphs, with running time $O(m\sqrt{\log n}+\sqrt{mn\log n\log \log n})$, which is $O(m\sqrt{\log n\log \log n})$ for sparse graphs. This improves the recent breakthrough result of $O(m\log^{2/3} n)$ time for directed SSSP algorithm [Duan, Mao, Mao, Shu, Yin 2025].
💡 Research Summary
The paper introduces a new deterministic algorithm for the single‑source shortest‑path (SSSP) problem on directed graphs with non‑negative real edge weights. The authors achieve a running time of
\
Comments & Academic Discussion
Loading comments...
Leave a Comment