Finding a Small Vertex Cut on Distributed Networks

February 22, 2023 Β· Declared Dead Β· πŸ› Symposium on the Theory of Computing

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Yonggang Jiang, Sagnik Mukhopadhyay arXiv ID 2302.11651 Category cs.DS: Data Structures & Algorithms Citations 6 Venue Symposium on the Theory of Computing Last Checked 4 months ago
Abstract
We present an algorithm for distributed networks to efficiently find a small vertex cut in the CONGEST model. Given a positive integer $ΞΊ$, our algorithm can, with high probability, either find $ΞΊ$ vertices whose removal disconnects the network or return that such $ΞΊ$ vertices do not exist. Our algorithm takes $ΞΊ^3\cdot \tilde{O}(D+\sqrt{n})$ rounds, where $n$ is the number of vertices in the network and $D$ denotes the network's diameter. This implies $\tilde{O}(D+\sqrt{n})$ round complexity whenever $ΞΊ=\text{polylog}(n)$. Prior to our result, a bound of $\tilde{O}(D)$ is known only when $ΞΊ=1,2$ [Parter, Petruschka DISC'22]. For $ΞΊ\geq 3$, this bound can be obtained only by an $O(\log n)$-approximation algorithm [Censor-Hillel, Ghaffari, Kuhn PODC'14], and the only known exact algorithm takes $O\left((ΞΊΞ”D)^{O(ΞΊ)}\right)$ rounds, where $Ξ”$ is the maximum degree [Parter DISC'19]. Our result answers an open problem by Nanongkai, Saranurak, and Yingchareonthawornchai [STOC'19].
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