aleph.examples
Class MST

java.lang.Object
  |
  +--aleph.examples.MST

public class MST
extends java.lang.Object
implements java.io.Serializable

Minimum Spanning Tree J. Bentley. "A Parallel Algorithm for Constructing Minimum Spanning Trees." J. of Algorithms 1:51-59 (1980). Adapted from the Cid benchmark written by Martin C. Carlisle

See Also:
Serialized Form

Constructor Summary
MST()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MST

public MST()
Method Detail

main

public static void main(java.lang.String[] args)