Class TopoSort

java.lang.Object
  extended by TopoSort

public class TopoSort
extends java.lang.Object

Topologisches Sortieren eines gerichteten Graphen


Constructor Summary
TopoSort()
           
 
Method Summary
static void sortGraph(Graph g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopoSort

public TopoSort()
Method Detail

sortGraph

public static void sortGraph(Graph g)