\~{O}ptimal Vertex Fault-Tolerant Spanners in \~{O}ptimal Time: Sequential, Distributed and Parallel
Merav Parter

TL;DR
This paper presents nearly optimal algorithms for computing vertex fault-tolerant spanners across sequential, distributed, and parallel models, significantly improving time complexity and efficiency over previous methods.
Contribution
It introduces new algorithms with near-optimal running times for constructing VFT spanners in various computational models, advancing the state-of-the-art in fault-tolerant network structures.
Findings
Sequential algorithm with $ ilde{O}(m)$ runtime.
Distributed algorithm with $ ilde{O}(1)$ rounds.
PRAM algorithm with $ ilde{O}(m)$ work and $ ilde{O}(1)$ depth.
Abstract
We (nearly) settle the time complexity for computing vertex fault-tolerant (VFT) spanners with optimal sparsity (up to polylogarithmic factors). VFT spanners are sparse subgraphs that preserve distance information, up to a small multiplicative stretch, in the presence of vertex failures. These structures were introduced by [Chechik et al., STOC 2009] and have received a lot of attention since then. We provide algorithms for computing nearly optimal -VFT spanners for any -vertex -edge graph, with near optimal running time in several computational models: - A randomized sequential algorithm with a runtime of (i.e., independent in the number of faults ). The state-of-the-art time bound is by [Bodwin, Dinitz and Robelle, SODA 2021]. - A distributed congest algorithm of rounds. Improving…
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
TopicsComplexity and Algorithms in Graphs · Cryptography and Data Security · Stochastic Gradient Optimization Techniques
