edu.neu.ccs.demeterf.examples
Class ParallelTree

java.lang.Object
  extended by edu.neu.ccs.demeterf.examples.ParallelTree

public class ParallelTree
extends java.lang.Object

Test of the parallel version of Traversal. Generates a (Huge) Binary Search Tree (BST), then Sums the data elements (ints) sequentially and in parallel, giving the timing results for each.


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

Constructor Detail

ParallelTree

public ParallelTree()
Method Detail

main

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