We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445c26b commit bd04a7dCopy full SHA for bd04a7d
1 file changed
src/main/java/com/thealgorithms/randomized/KargerMinCut.java
@@ -21,6 +21,9 @@
21
* <li>Count the edges between the two remaining nodes to determine the cut size.</li>
22
* <li>Repeat the process multiple times to improve the likelihood of finding the true minimum cut.</li>
23
* </ol>
24
+ *
25
+ * See more: <a href="https://en.wikipedia.org/wiki/Karger%27s_algorithm">Karger's algorithm</a>
26
+ * @author MuhammadEzzatHBK
27
*/
28
public class KargerMinCut {
29
0 commit comments