AVL Note
This commit is contained in:
2
BinaryTree/BalanceTree/AVLTree/README.MD
Normal file
2
BinaryTree/BalanceTree/AVLTree/README.MD
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# 旋转的本质:不能改变BST的属性
|
||||||
|
左旋,是指把本节点移动到本节点右节点的左节点上; 右旋,是指把本节点移动到本节点左节点的右节点上
|
Reference in New Issue
Block a user