net.datastructures
Class ConnectivityDFS<V,E>

java.lang.Object
  extended by net.datastructures.DFS<V,E,java.lang.Object,java.lang.Boolean>
      extended by net.datastructures.ConnectivityDFS<V,E>

public class ConnectivityDFS<V,E>
extends DFS<V,E,java.lang.Object,java.lang.Boolean>

This class specializes DFS to determine whether the graph is connected.


Constructor Summary
ConnectivityDFS()
           
 
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

ConnectivityDFS

public ConnectivityDFS()