Add information AVL tree Wiki (#25811)

This commit is contained in:
Zonqq
2019-05-19 23:23:32 +07:00
committed by Christopher McCormack
parent c69217d5f8
commit 28283d7197

View File

@ -39,6 +39,7 @@ You will do an insertion similar to a normal Binary Search Tree insertion. After
#### More Information:
[YouTube - AVL Tree](https://www.youtube.com/watch?v=7m94k2Qhg68)
[AVL Tree Wiki](https://en.wikipedia.org/wiki/AVL_tree)
An AVL tree is a self-balancing binary search tree.
An AVL tree is a binary search tree which has the following properties: