Trees
This page contains information on Abstract Data Types which use a tree structure.
This includes Binary Trees, Binary Search Trees, AVL Trees, Heaps, 2-3 Trees,
B-Trees, and Tries.
-
Programming up a tree: Binary Search Tree algorithms.
-
AVL Trees. A self-balancing binary tree.
-
Other types of tree structures: 2-3 Trees, B-Trees, Tries