A Faster Directed Single-Source Shortest Path Algorithm

📅 2026-02-08
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the single-source shortest paths (SSSP) problem with non-negative edge weights in directed graphs, focusing on efficient deterministic algorithms for sparse graphs. The authors propose a novel algorithm that integrates a refined path relaxation strategy with an efficient data structure, achieving a time complexity of $O(m \sqrt{\log n} + \sqrt{mn \log n \log \log n})$. This bound improves upon the previous best-known deterministic result of $O(m \log^{2/3} n)$ for sparse instances. By maintaining determinism while significantly enhancing computational efficiency, the proposed method attains the current best theoretical running time for SSSP in sparse directed graphs with non-negative weights.

Technology Category

Application Category

📝 Abstract
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].
Problem

Research questions and friction points this paper is trying to address.

single-source shortest paths
directed graphs
non-negative edge weights
deterministic algorithm
running time
Innovation

Methods, ideas, or system contributions that make the work stand out.

single-source shortest paths
directed graphs
deterministic algorithm
time complexity
graph algorithms
🔎 Similar Papers
No similar papers found.