@inproceedings{90c09275888a4d809d4193f13cdd3424,
title = "Fully dynamic all-pairs shortest paths with worst-case update-time revisited",
abstract = "We revisit the classic problem of dynamically maintaining shortest paths between all pairs of nodes of a directed weighted graph. The allowed updates are insertions and deletions of nodes and their incident edges. We give worstcase guarantees on the time needed to process a single update (in contrast to related results, the update time is not amortized over a sequence of updates). Our main result is a simple randomized algorithm that for any parameter c > 1 has a worst-case update time of O(cn2+2/3 log4/3 n) and answers distance queries correctly with probability 1 - 1/nc, against an adaptive online adversary if the graph contains no negative cycle. The best deterministic algorithm is by Thorup [STOC 2005] with a worst-case update time of O(n2+3/4) and assumes non-negative weights. This is the first improvement for this problem for more than a decade. Conceptually, our algorithm shows that randomization along with a more direct approach can provide better bounds.",
author = "Ittai Abraham and Shiri Chechik and Sebastian Krinninger",
note = "Publisher Copyright: Copyright {\textcopyright} by SIAM.; 28th Annual ACM-SIAM Symposium on Discrete Algorithms, SODA 2017 ; Conference date: 16-01-2017 Through 19-01-2017",
year = "2017",
doi = "https://doi.org/10.1137/1.9781611974782.28",
language = "الإنجليزيّة",
series = "Proceedings of the Annual ACM-SIAM Symposium on Discrete Algorithms",
pages = "440--452",
editor = "Klein, {Philip N.}",
booktitle = "28th Annual ACM-SIAM Symposium on Discrete Algorithms, SODA 2017",
}