mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 14:18:20 +08:00 
			
		
		
		
	Correct a concept.
This commit is contained in:
		@ -37,7 +37,7 @@ comments: true
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## 平衡二叉树
 | 
					## 平衡二叉树
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**「平衡二叉树 Balanced Binary Tree」,又称「AVL 树」** ,其任意结点的左子树和右子树的高度之差的绝对值 $\leq 1$ 。
 | 
					**「平衡二叉树 Balanced Binary Tree」** ,其任意结点的左子树和右子树的高度之差的绝对值 $\leq 1$ 。
 | 
				
			||||||
 | 
					
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user