English

Recursive Random Contraction Revisited

Data Structures and Algorithms 2020-10-30 v1

Abstract

In this note, we revisit the recursive random contraction algorithm of Karger and Stein for finding a minimum cut in a graph. Our revisit is occasioned by a paper of Fox, Panigrahi, and Zhang which gives an extension of the Karger-Stein algorithm to minimum cuts and minimum kk-cuts in hypergraphs. When specialized to the case of graphs, the algorithm is somewhat different than the original Karger-Stein algorithm. We show that the analysis becomes particularly clean in this case: we can prove that the probability that a fixed minimum cut in an nn node graph is returned by the algorithm is bounded below by 1/(2Hn2)1/(2H_n-2), where HnH_n is the nnth harmonic number. We also consider other similar variants of the algorithm, and show that no such algorithm can achieve an asymptotically better probability of finding a fixed minimum cut.

Keywords

Cite

@article{arxiv.2010.15770,
  title  = {Recursive Random Contraction Revisited},
  author = {David R. Karger and David P. Williamson},
  journal= {arXiv preprint arXiv:2010.15770},
  year   = {2020}
}

Comments

To appear in the Symposium on Simplicity in Algorithms 2021 (SOSA 2021)