Improved Distributed Algorithms for Exact Shortest Paths

12/25/2017
by   Mohsen Ghaffari, et al.
0

Computing shortest paths is one of the central problems in the theory of distributed computing. For the last few years, substantial progress has been made on the approximate single source shortest paths problem, culminating in an algorithm of Henzinger, Krinninger, and Nanongkai [STOC'16] which deterministically computes (1+o(1))-approximate shortest paths in Õ(D+√(n)) time, where D is the hop-diameter of the graph. Up to logarithmic factors, this time complexity is optimal, matching the lower bound of Das Sarma et al. [STOC'11]. The question of exact shortest paths however saw no algorithmic progress for decades, until the recent breakthrough of Elkin [STOC'17], which established a sublinear-time algorithm for exact single source shortest paths on undirected graphs. Shortly after, Huang et al. [FOCS'17] provided improved algorithms for exact all pairs shortest paths problem on directed graphs. In this paper, we present a new single-source shortest path algorithm with complexity Õ(n^3/4D^1/4). For polylogarithmic D, this improves on Elkin's Õ(n^5/6) bound and gets closer to the Ω̃(n^1/2) lower bound of Peleg and Rubinovich [FOCS'99]. For larger values of D, we present an improved variant of our algorithm which achieves complexity Õ( n^3/4+o(1)+ { n^3/4D^1/6,n^6/7}+D), and thus compares favorably with Elkin's bound of Õ(n^5/6 + n^2/3D^1/3 + D ) in essentially the entire range of parameters. This algorithm provides also a qualitative improvement, because it works for the more challenging case of directed graphs (i.e., graphs where the two directions of an edge can have different weights), constituting the first sublinear-time algorithm for directed graphs. Our algorithm also extends to the case of exact κ-source shortest paths...

READ FULL TEXT

page 1

page 2

page 3

page 4

research
11/08/2018

Distributed Exact Weighted All-Pairs Shortest Paths in Near-Linear Time

In the distributed all-pairs shortest paths problem (APSP), every node ...
research
10/12/2019

Reachability and Shortest Paths in the Broadcast CONGEST Model

In this paper we study the time complexity of the single-source reachabi...
research
12/31/2020

Minor Sparsifiers and the Distributed Laplacian Paradigm

We study distributed algorithms built around edge contraction based vert...
research
10/28/2022

Parallel Breadth-First Search and Exact Shortest Paths and Stronger Notions for Approximate Distances

We introduce stronger notions for approximate single-source shortest-pat...
research
06/09/2023

Towards Universally Optimal Shortest Paths Algorithms in the Hybrid Model

A drawback of the classic approach for complexity analysis of distribute...
research
08/08/2018

A practical Single Source Shortest Path algorithm for random directed graphs with arbitrary weight in expecting linear time

In this paper we present a new algorithm called Raffica algorithm for Si...
research
07/15/2020

Directed Shortest Paths via Approximate Cost Balancing

We present an O(nm) algorithm for all-pairs shortest paths computations ...

Please sign up or login with your details

Forgot password? Click here to reset