org.processmining.plugins.replayer.util
Class BSTexercise

java.lang.Object
  extended by org.processmining.plugins.replayer.util.BSTexercise

public class BSTexercise
extends java.lang.Object

Exercise the methods in BST --- full-feature version

Version:
2010 April 22
Author:
Timothy Rolfe

Constructor Summary
BSTexercise()
           
 
Method Summary
static void main(java.lang.String[] args)
          Driver for the BST methods: build a tree, traverse it several ways when finished, and then allow multiple find operations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BSTexercise

public BSTexercise()
Method Detail

main

public static void main(java.lang.String[] args)
Driver for the BST methods: build a tree, traverse it several ways when finished, and then allow multiple find operations.