From 28283d7197f46f9e5fcdbb740b82a821891fa057 Mon Sep 17 00:00:00 2001 From: Zonqq <39691900+zonqq@users.noreply.github.com> Date: Sun, 19 May 2019 23:23:32 +0700 Subject: [PATCH] Add information AVL tree Wiki (#25811) --- guide/english/algorithms/avl-trees/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/algorithms/avl-trees/index.md b/guide/english/algorithms/avl-trees/index.md index 7b01e2a61a..a08a32d8fd 100644 --- a/guide/english/algorithms/avl-trees/index.md +++ b/guide/english/algorithms/avl-trees/index.md @@ -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: