BinarySearchTree
class is implemented as a subclass of the
BinaryTree
class.
void Insert(const T& value);
bool Delete(const T& value);
T* Search(const T& value) const;
void CountBalance()
BinarySearchTree.cpp
This page was last modified on Apr 10, 2001
URL: http://people.hsc.edu/faculty-staff/robbk/Coms262/Lectures/BinarySearchTrees.html