Skip to content

Commit 3f07664

Browse files
authored
[U]AVL树
1 parent 6783dad commit 3f07664

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notes/datastructures/AVL树.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ if(balanceFactor > 1 && getBalanceFactor(node.left) < 0) {
323323

324324
至此,对于所有的情况,都已经分析完了。
325325

326-
####9. 删除节点
326+
### 9. 删除节点
327327

328328
删除的节点,分为两种:
329329

0 commit comments

Comments
 (0)