Papers
Topics
Authors
Recent
Search
2000 character limit reached

A New Deterministic Algorithm for Fully Dynamic All-Pairs Shortest Paths

Published 18 Apr 2023 in cs.DS | (2304.09321v1)

Abstract: We study the fully dynamic All-Pairs Shortest Paths (APSP) problem in undirected edge-weighted graphs. Given an nn-vertex graph GG with non-negative edge lengths, that undergoes an online sequence of edge insertions and deletions, the goal is to support approximate distance queries and shortest-path queries. We provide a deterministic algorithm for this problem, that, for a given precision parameter ϵ\epsilon, achieves approximation factor (loglogn)<sup>2<sup>O(1/ϵ<sup>3)(\log\log n)<sup>{2<sup>{O(1/\epsilon<sup>3)}}, and has amortized update time O(n<sup>ϵlog</sup>L)O(n<sup>{\epsilon}\log</sup> L) per operation, where LL is the ratio of longest to shortest edge length. Query time for distance-query is O(2<sup>O(1/ϵ)</sup>lognloglogL)O(2<sup>{O(1/\epsilon)}\cdot</sup> \log n\cdot \log\log L), and query time for shortest-path query is O(E(P)+2<sup>O(1/ϵ)</sup>lognloglogL)O(|E(P)|+2<sup>{O(1/\epsilon)}\cdot</sup> \log n\cdot \log\log L), where PP is the path that the algorithm returns. To the best of our knowledge, even allowing any o(n)o(n)-approximation factor, no adaptive-update algorithms with better than Θ(m)\Theta(m) amortized update time and better than Θ(n)\Theta(n) query time were known prior to this work. We also note that our guarantees are stronger than the best current guarantees for APSP in decremental graphs in the adaptive-adversary setting.

Authors (2)
Citations (10)

Summary

No one has generated a summary of this paper yet.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Continue Learning

We haven't generated follow-up questions for this paper yet.