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.