Trees

These are the tree classes used in class:

  • Simple_tree: a general tree for storing heirarchically ordered data,
  • Binary_tree: a simple binary tree, and
  • Binary_search_tree: a simple binary search tree derived from the Binary_tree class.