Nie jesteś zalogowany | Zaloguj się

Faster Algorithms for Edge Connectivity via Random 2-Out Contractions

Prelegent(ci)
Krzysztof Nowicki
Afiliacja
UWr
Termin
24 października 2019 12:15
Pokój
p. 5870
Seminarium
Seminarium "Algorytmika"

We provide a simple new randomized contraction approach to the global minimum cut problem for simple undirected graphs. The contractions exploit 2-out edge sampling from each vertex rather than the standard uniform edge sampling. We demonstrate the power of our new approach by obtaining better algorithms for sequential, distributed, and parallel models of computation. Our end results include the following randomized algorithms for computing edge connectivity, with high probability: - Two sequential algorithms with complexities $O(m\log n)$ and $O(m+n\log^3 n)$.  These improve on a long line of developments including a celebrated $O(m\log^3 n)$ algorithm of Karger [STOC'96] and the state of the art $O(m \log^2 n (\log\log n)^2)$ algorithm of Henzinger et al. [SODA'17]. Moreover, our $O(m+n\log^3 n)$ algorithm is optimal when $m=\Omega(n\log^3 n)$. - An $\tilde{O}(n^{0.8} D^{0.2} + n^{0.9})$ round distributed algorithm, where $D$ denotes the graph diameter. This improves substantially on a recent breakthrough of Daga et al.[STOC'19], which achieved a round complexity of $\tilde{O}(n^{1-1/353}D^{1/353} + n^{1-1/706})$, hence providing the first sublinear distributed algorithm for exactly computing the edge connectivity. - The first $O(1)$ round algorithm for the Massively Parallel Computation setting with linear memory per machine.