public final class PrimMST
extends java.lang.Object
| Constructor and Description |
|---|
PrimMST() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends java.lang.Comparable<? super T>,E extends DirectedEdge<T,E>> |
compute(int vertices,
java.lang.Iterable<E> edges) |
public static <T extends java.lang.Comparable<? super T>,E extends DirectedEdge<T,E>> EdgeList<E> compute(int vertices, java.lang.Iterable<E> edges)