avl-tree-python avl-tree implementation Example >python AVLtree.py insert 1 insert 10 insert -1 insert -1 exists 10 true prev 1 -1 next 1 10