|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--agl2.alg.ConnectedComponents
The ConnectedComponents
description. Compute the
connected components of an undirected graph using a DFS-based
approach. A connected component of an undirected graph is a set of
vertices that are all reachable from each other.
Constructor Summary | |
ConnectedComponents()
|
Method Summary | |
void |
apply()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConnectedComponents()
Method Detail |
public void apply()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |