31 of 32
MIT
Recursive Algorithm
Algorithm RCA
(
G
,
n
)
{
G
has
n
vertices}
repeat twice
randomly contract
G
to
n
/2
1/2
vertices
RCA(
G
,
n
/2
1/2
)
(50
-50 chance of avoiding min-cut)