3 results for “topic:minimum-cut-algorithm”
Shared-memory parallel minimum cut algorithms (inexact, exact, cactus, multiterminal)
Academical implementation of Karger's Algorithm in O(mα(n) + n) and Karger-Stein algorithm in O((mα(n) + n) log(n)) using the Union-Find data structure.
Implementation of maximum flow algorithm from Network flows book by Ahuja, Magnanti, Orlin