MIT
23
Recursive Algorithm
lAlgorithm RCA ( G, n )
l {G has n vertices}
l repeat twice
l randomly contract G to n/2½ vertices
l RCA(G,n/21/2)
l
(50-50 chance of avoiding min-cut)