com.jeffpalm.graph.algorithms
Class StrongComponents

java.lang.Object
  extended by com.jeffpalm.graph.algorithms.StrongComponents
All Implemented Interfaces:
Graph.Algorithm

public class StrongComponents
extends java.lang.Object
implements Graph.Algorithm


Constructor Summary
StrongComponents()
           
 
Method Summary
 void compute(Graph g)
          This is taken from CLRS pp.541,554
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrongComponents

public StrongComponents()
Method Detail

compute

public void compute(Graph g)
This is taken from CLRS pp.541,554

Specified by:
compute in interface Graph.Algorithm