Files
Data-Structure/BinaryTree/BalanceTree/AVLTree/README.MD
2025-08-17 18:47:47 +08:00

2 lines
187 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 旋转的本质不能改变BST的属性
左旋,是指把本节点移动到本节点右节点的左节点上; 右旋,是指把本节点移动到本节点左节点的右节点上