Skip to content

Commit 3464a27

Browse files
committed
fix: Apply clang-format
1 parent 7bffe7a commit 3464a27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/thealgorithms/graph/StoerWagner.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package com.thealgorithms.graph;
22

3-
43
/**
54
* An implementation of the Stoer-Wagner algorithm to find the global minimum cut of an undirected, weighted graph.
65
* A minimum cut is a partition of the graph's vertices into two disjoint sets with the minimum possible edge weight

0 commit comments

Comments
 (0)