willyjlee / KargerMinCut

Karger's minimum cut algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms: Design and Analysis Part I - Stanford

Programming #3

  • Compute a minimum cut of the graph G
    • Karger's Min cut randomized algorithm: Randomly contract edges until left with a pair of nodes

About

Karger's minimum cut algorithm


Languages

Language:Java 100.0%