Skip to content

BinaryTree

Kal Ahmed edited this page Sep 26, 2016 · 1 revision

Home > Trees > IBinaryTree > BinaryTree

BinaryTree

BinaryTree is an abstract base implementation of the IBinaryTree interface.

Implementations

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

Clone this wiki locally