Trees


  1. A binary tree implemented in C.
  2. A binary tree implemented in C++. Nodes removed from the tree are deleted.
  3. A binary tree implemented in C++. Nodes removed from the tree are returned.
  4. An AVL tree implemented in C++.
  5. A heap implemented as an array in C++.