agl2.alg
Class ConnectedComponents

java.lang.Object
  |
  +--agl2.alg.ConnectedComponents

public class ConnectedComponents
extends java.lang.Object

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

ConnectedComponents

public ConnectedComponents()
Method Detail

apply

public void apply()