VieCut 1.00 - Shared-memory Minimum Cuts
-
Updated
Feb 19, 2023 - C++
VieCut 1.00 - Shared-memory Minimum Cuts
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."