English

Faster single-source shortest paths with negative real weights via proper hop distance

Data Structures and Algorithms 2024-12-10 v2

Abstract

The textbook algorithm for single-source shortest paths with real-valued edge weights runs in O(mn)O(m n) time on a graph with mm edges and nn vertices. A recent breakthrough algorithm by Fineman [Fin24] takes O~(mn8/9)\tilde O(m n^{8/9}) randomized time. We present an O~(mn4/5)\tilde O(m n^{4/5}) randomized time algorithm building on ideas from [Fin24].

Keywords

Cite

@article{arxiv.2407.04872,
  title  = {Faster single-source shortest paths with negative real weights via proper hop distance},
  author = {Yufan Huang and Peter Jin and Kent Quanrud},
  journal= {arXiv preprint arXiv:2407.04872},
  year   = {2024}
}
R2 v1 2026-06-28T17:30:55.748Z