Distributed Exact Shortest Paths in Sublinear Time
Abstract
The distributed single-source shortest paths problem is one of the most fundamental and central problems in the message-passing distributed computing. Classical Bellman-Ford algorithm solves it in time, where is the number of vertices in the input graph . Peleg and Rubinovich (FOCS'99) showed a lower bound of for this problem, where is the hop-diameter of . Whether or not this problem can be solved in time when is relatively small is a major notorious open question. Despite intensive research \cite{LP13,N14,HKN15,EN16,BKKL16} that yielded near-optimal algorithms for the approximate variant of this problem, no progress was reported for the original problem. In this paper we answer this question in the affirmative. We devise an algorithm that requires time, for , and time, for larger . This running time is sublinear in in almost the entire range of parameters, specifically, for . For the all-pairs shortest paths problem, our algorithm requires time, regardless of the value of . We also devise the first algorithm with non-trivial complexity guarantees for computing exact shortest paths in the multipass semi-streaming model of computation. From the technical viewpoint, our algorithm computes a hopset of a skeleton graph of without first computing itself. We then conduct a Bellman-Ford exploration in , while computing the required edges of on the fly. As a result, our algorithm computes exactly those edges of that it really needs, rather than computing approximately the entire .
Cite
@article{arxiv.1703.01939,
title = {Distributed Exact Shortest Paths in Sublinear Time},
author = {Michael Elkin},
journal= {arXiv preprint arXiv:1703.01939},
year = {2017}
}