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. 2409.15470
23
2

A Near-Optimal Low-Energy Deterministic Distributed SSSP with Ramifications on Congestion and APSP

23 September 2024
M. Ghaffari
Anton Trygub
ArXivPDFHTML
Abstract

We present a low-energy deterministic distributed algorithm that computes exact Single-Source Shortest Paths (SSSP) in near-optimal time: it runs in O~(n)\tilde{O}(n)O~(n) rounds and each node is awake during only poly(log⁡n)poly(\log n)poly(logn) rounds. When a node is not awake, it performs no computations or communications and spends no energy. The general approach we take along the way to this result can be viewed as a novel adaptation of Dijkstra's classic approach to SSSP, which makes it suitable for the distributed setting. Notice that Dijkstra's algorithm itself is not efficient in the distributed setting due to its need for repeatedly computing the minimum-distance unvisited node in the entire network. Our adapted approach has other implications, as we outline next. As a step toward the above end-result, we obtain a simple deterministic algorithm for exact SSSP with near-optimal time and message complexities of O~(n)\tilde{O}(n)O~(n) and O~(m)\tilde{O}(m)O~(m), in which each edge communicates only poly(log⁡n)poly(\log n)poly(logn) messages. Therefore, one can simultaneously run nnn instances of it for nnn sources, using a simple random delay scheduling. That computes All Pairs Shortest Paths (APSP) in the near-optimal time complexity of O~(n)\tilde{O}(n)O~(n). This algorithm matches the complexity of the recent APSP algorithm of Bernstein and Nanongkai [STOC 2019] using a completely different method (and one that is more modular, in the sense that the SSSPs are solved independently). It also takes a step toward resolving the open problem on a deterministic O~(n)\tilde{O}(n)O~(n)-time APSP, as the only randomness used now is in the scheduling.

View on arXiv
Comments on this paper