블로그소개
자료구조
Introduction
Stack
Queue
Tree
Binary Search Tree
AVL Tree
B Tree
Heap
Hasing
Published with GitBook
AVL Tree
AVL Tree
: Adelson-Velskii and Landis Tree
1.Definition
binary search tree
for every node in the tree,
the heights of its left subtree and right subtree differ by at most 1
.
Ref
AVL Tree.pdf
results matching "
"
No results matching "
"