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.
-
Updated
Jul 4, 2021 - C++
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.
A Homework repository of Advance Algorithm course at University of Padova (Unipd)
Add a description, image, and links to the karger-stein topic page so that developers can more easily learn about it.
To associate your repository with the karger-stein topic, visit your repo's landing page and select "manage topics."