Dynamic Deterministic Constant-Approximate Distance Oracles with $n^Ξ΅$ Worst-Case Update Time

February 28, 2024 Β· Declared Dead Β· πŸ› IEEE Annual Symposium on Foundations of Computer Science

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Bernhard Haeupler, Yaowei Long, Thatchaphol Saranurak arXiv ID 2402.18541 Category cs.DS: Data Structures & Algorithms Citations 4 Venue IEEE Annual Symposium on Foundations of Computer Science Last Checked 4 months ago
Abstract
We present a new distance oracle in the fully dynamic setting: given a weighted undirected graph $G=(V,E)$ with $n$ vertices undergoing both edge insertions and deletions, and an arbitrary parameter $Ξ΅$ where $Ξ΅\in[1/\log^{c} n,1]$ and $c>0$ is a small constant, we can deterministically maintain a data structure with $n^Ξ΅$ worst-case update time that, given any pair of vertices $(u,v)$, returns a $2^{{\rm poly}(1/Ξ΅)}$-approximate distance between $u$ and $v$ in ${\rm poly}(1/Ξ΅)\log\log n$ query time. Our algorithm significantly advances the state-of-the-art in two aspects, both for fully dynamic algorithms and even decremental algorithms. First, no existing algorithm with worst-case update time guarantees a $o(n)$-approximation while also achieving an $n^{2-Ξ©(1)}$ update and $n^{o(1)}$ query time, while our algorithm offers a constant $O_Ξ΅(1)$-approximation with $n^Ξ΅$ update time and $O_Ξ΅(\log \log n)$ query time. Second, even if amortized update time is allowed, it is the first deterministic constant-approximation algorithm with $n^{1-Ξ©(1)}$ update and query time. The best result in this direction is the recent deterministic distance oracle by Chuzhoy and Zhang [STOC 2023] which achieves an approximation of $(\log\log n)^{2^{O(1/Ξ΅^{3})}}$ with amortized update time of $n^Ξ΅$ and query time of $2^{{\rm poly}(1/Ξ΅)}\log n\log\log n$. We obtain the result by dynamizing tools related to length-constrained expanders [Haeupler-RΓ€cke-Ghaffari, STOC 2022; Haeupler-Hershkowitz-Tan, 2023; Haeupler-Huebotter-Ghaffari, 2022]. Our technique completely bypasses the 40-year-old Even-Shiloach tree, which has remained the most pervasive tool in the area but is inherently amortized.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted