-
Notifications
You must be signed in to change notification settings - Fork 16
BinaryTree
Kal Ahmed edited this page Sep 26, 2016
·
1 revision
Home > Trees > IBinaryTree > BinaryTree
BinaryTree is an abstract base implementation of the IBinaryTree interface.
The following binary tree implementations are available:
| Implementation | Description |
|---|---|
| AVL Tree | Implementation of the standard AVL Tree data structure |
| Scapegoat Tree | Implementation of the standard ScapegoatTree data structure |
| Unbalanced | A simple binary tree implementation which is not self balancing |