![]() |
AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
|
Simple implementation of an AVL tree. More...
Simple implementation of an AVL tree.
This implementation is based on BinarySearchTree
and in particular BinarySearchTree#restructure
for rebalancing.
This implementation does not implement removal of nodes! remove
always throws
!
UnsupportedOperationException
Definition at line 14 of file AVLTree.java.