Module balanced_tree

Source

Modulesยง

avl_tree
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.
red_black_tree