Skip to content

Commit bd04a7d

Browse files
Updating javadocs.
1 parent 445c26b commit bd04a7d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/java/com/thealgorithms/randomized/KargerMinCut.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
* <li>Count the edges between the two remaining nodes to determine the cut size.</li>
2222
* <li>Repeat the process multiple times to improve the likelihood of finding the true minimum cut.</li>
2323
* </ol>
24+
*
25+
* See more: <a href="https://en.wikipedia.org/wiki/Karger%27s_algorithm">Karger's algorithm</a>
26+
* @author MuhammadEzzatHBK
2427
*/
2528
public class KargerMinCut {
2629

0 commit comments

Comments
 (0)