All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----tw.edu.ncnu.im.cnclab.Algor.Algorithm
|
+----tw.edu.ncnu.im.cnclab.Algor.MST_Kruskal
MST_Kruskal class implements the Minimum spanning tree using the Kruskal algorithm.
protected PriorityQueue pq
public static final Color OTHER
public static final Color TREE_EDGE
protected DisjointSets ds
public MST_Kruskal()
protected void setArg(Object args[]) throws IllegalArgumentException
Valid args: null or Object[]{PriorityQueue}
protected Object algorImpl()
All Packages Class Hierarchy This Package Previous Next Index