Skip to content

Commit 075b30f

Browse files
authored
Update ConnectedComponent.java
1 parent 05a9bb1 commit 075b30f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Data Structures/Graphs/ConnectedComponent.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
import java.util.Set;
44

55
/**
6-
* A class that counts the number of connected components in a graph
6+
* A class that counts the number of different connected components in a graph
77
*
8-
* @author Lukas Keul
8+
* @author Lukas Keul, Florian Mercks
99
*
1010
*/
1111
class Graph<E extends Comparable<E>> {

0 commit comments

Comments
 (0)