ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 1712.09121
31
59

Improved Distributed Algorithms for Exact Shortest Paths

25 December 2017
M. Ghaffari
Jason Li
ArXivPDFHTML
Abstract

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 Becker et al. [DISC'17] which deterministically computes (1+o(1))(1+o(1))(1+o(1))-approximate shortest paths in O~(D+n)\tilde O(D+\sqrt n)O~(D+n​) time, where DDD is the hop-diameter of the graph. Up to logarithmic factors, this time complexity is optimal, matching the lower bound of Elkin [STOC'04]. 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 O~(n3/4D1/4)\tilde O(n^{3/4}D^{1/4})O~(n3/4D1/4). For polylogarithmic DDD, this improves on Elkin's O~(n5/6)\tilde{O}(n^{5/6})O~(n5/6) bound and gets closer to the Ω~(n1/2)\tilde{\Omega}(n^{1/2})Ω~(n1/2) lower bound of Elkin [STOC'04]. For larger values of DDD, we present an improved variant of our algorithm which achieves complexity O~(n3/4+o(1)+min⁡{n3/4D1/6,n6/7}+D)\tilde{O}\left( n^{3/4+o(1)}+ \min\{ n^{3/4}D^{1/6},n^{6/7}\}+D\right)O~(n3/4+o(1)+min{n3/4D1/6,n6/7}+D), and thus compares favorably with Elkin's bound of O~(n5/6+n2/3D1/3+D)\tilde{O}(n^{5/6} + n^{2/3}D^{1/3} + D ) O~(n5/6+n2/3D1/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 κ\kappaκ-source shortest paths...

View on arXiv
Comments on this paper