SSSP-Del: Fully Dynamic Distributed Algorithm for Single-Source Shortest Path
Parshan Javanrood, Matei Ripeanu

TL;DR
SSSP-Del is a novel distributed algorithm designed to efficiently handle dynamic changes in large graphs for the Single-Source Shortest Path problem, supporting both edge insertions and deletions with low latency.
Contribution
It introduces a fully distributed, vertex-centric, asynchronous algorithm capable of managing dynamic graph updates in shared-nothing architectures, addressing limitations of prior methods.
Findings
Operates efficiently on large real-world graphs
Supports both edge insertions and deletions
Achieves low-latency query responses
Abstract
Modern graphs are both large and dynamic, presenting significant challenges for fundamental queries, such as the Single-Source Shortest Path (SSSP) problem. Naively recomputing the SSSP tree after each topology change is prohibitively expensive, causing on-demand computation to suffer from high latency. Existing dynamic SSSP algorithms often cannot simultaneously handle both edge additions and deletions, operate in distributed memory, and provide low-latency query results. To address these challenges, this paper presents SSSP-Del, a new vertex-centric, asynchronous, and fully distributed algorithm for dynamic SSSP. Operating in a shared-nothing architecture, our algorithm processes streams of both edge insertions and deletions. We conduct a comprehensive evaluation on large real-world and synthetic graphs with millions of vertices, and provide a thorough analysis by evaluating result…
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
TopicsEnergy Efficient Wireless Sensor Networks · Algorithms and Data Compression
