Class Graph_TopoSort

java.lang.Object
  |
  +--Graph_TopoSort

public class Graph_TopoSort
extends java.lang.Object

Topologisches Sortieren eines gerichteten Graphen


Constructor Summary
Graph_TopoSort()
           
 
Method Summary
static int[] sort(Graph g)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Graph_TopoSort

public Graph_TopoSort()
Method Detail

sort

public static int[] sort(Graph g)