yangshun/lago

Add AVL Tree

yangshun opened this issue · 4 comments

  • AVLTree class which extends from BinarySearchTree:
    • insert()
    • search()
    • delete()

Hey, I kinda playing around with different impl of self-balancing trees, so can I take this?

@ngtrhieu Sure thing!

Hey great. See whether i can do tonight after work 😅