/avl_tree

Primary LanguageJavaScript

AVL Tree

Balanced binary tree using the AVL algorithm.

###To Do

  • Currently just a regular binary tree. Need to transition to AVL.