net.datastructures
Class ComponentsDFS<V,E>

java.lang.Object
  extended by net.datastructures.DFS<V,E,java.lang.Object,java.lang.Integer>
      extended by net.datastructures.ComponentsDFS<V,E>

public class ComponentsDFS<V,E>
extends DFS<V,E,java.lang.Object,java.lang.Integer>

This class extends DFS to compute the connected components of a graph.


Constructor Summary
ComponentsDFS()
           
 
Method Summary
 
Methods inherited from class net.datastructures.DFS
execute
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentsDFS

public ComponentsDFS()