Module avl_tree

Source
Expand description

This mod contains an implementation of an AVL tree. An AVL tree is a special type of binary tree which self balances itself to keep operations logarithmic.

§Resources

Structs§

AvlIter
AvlTree