Package com.abstractkamen.datastructures.impl.trees.search
package com.abstractkamen.datastructures.impl.trees.search
-
ClassDescriptionAvlTree<T>An AVL implementation of the BinarySearchTree interface.Basic implementation of a prefix 'trie'.Node structure for this tree implementation.This implementation uses the same insert/delete/search algorithm as the
PrefixTrieImpl
.