Questions about bSearchTreeType

  1. Why does each member function belong in this class, rather than binaryTreeType?
  2. Before looking at the code, try to determine how search and retrieve work.
  3. Be prepared to describe search and retrieve to the class.
  4. Before looking at the code, try to determine how insert and delete work.
  5. Be prepared to describe insert to the class.
  6. Be prepared to describe delete to the class.
  7. Can you think of any other classes that might inherit from binaryTreeType?