Update ConnectedComponent.java
This commit is contained in:
parent
05a9bb1c9c
commit
075b30f243
@ -3,9 +3,9 @@ import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* A class that counts the number of connected components in a graph
|
||||
* A class that counts the number of different connected components in a graph
|
||||
*
|
||||
* @author Lukas Keul
|
||||
* @author Lukas Keul, Florian Mercks
|
||||
*
|
||||
*/
|
||||
class Graph<E extends Comparable<E>> {
|
||||
|
Loading…
Reference in New Issue
Block a user