Shared-memory parallel minimum cut algorithms (inexact, exact, cactus, multiterminal)
-
Updated
Mar 10, 2026 - C++
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
Add a description, image, and links to the minimum-cut-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the minimum-cut-algorithm topic, visit your repo's landing page and select "manage topics."