| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.neu.ccs.demeterf.examples.ParallelTree
public class ParallelTree
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 | 
|---|
public ParallelTree()
| Method Detail | 
|---|
public static void main(java.lang.String[] s)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||