All-Pairs Shortest Paths with Few Weights per Node
Amir Abboud, Nick Fischer, Ce Jin, Virginia Vassilevska Williams, Zoe Xi

TL;DR
This paper introduces new algorithms for the All-Pairs Shortest Paths problem with limited weights per node, achieving faster solutions for special cases and advancing understanding of the problem's complexity.
Contribution
It provides improved algorithms for Node-Weighted APSP and cases with few weights per node, using additive combinatorics techniques, and clarifies the problem's complexity landscape.
Findings
Node-Weighted APSP solved in O(n^{(3+)/2}) time.
Subcubic algorithms for up to d n^{3-} weights per node.
Results extend to All-Pairs Exact Triangle and generalize previous work.
Abstract
We study the central All-Pairs Shortest Paths (APSP) problem under the restriction that there are at most distinct weights on the outgoing edges from every node. For this is the classical (unrestricted) APSP problem that is hypothesized to require cubic time , and at the other extreme, for , it is equivalent to the Node-Weighted APSP problem. We present new algorithms that achieve the following results: 1. Node-Weighted APSP can be solved in time , improving on the 15-year-old subcubic bounds [Chan; STOC '07] and [Yuster; SODA '09]. This positively resolves the question of whether Node-Weighted APSP is an ``intermediate'' problem in the sense of having complexity if , in which case it also matches an…
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
TopicsData Management and Algorithms · Complexity and Algorithms in Graphs · Advanced Graph Theory Research
