Class BinarySearchTree

java.lang.Object
edu.ksu.cis.viewer.BinarySearchTree
All Implemented Interfaces:
BSTInterface, Serializable

public final class BinarySearchTree extends Object implements BSTInterface
An immutable binary search tree that can draw itself.
Author:
Rod Howell (rhowell@ksu.edu)
See Also:
  • Constructor Details

    • BinarySearchTree

      public BinarySearchTree()
      Constructs an empty BinarySearchTree.
  • Method Details