Skip to content

Commit

Permalink
fix: 描述错误
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyZhang1993 committed Jan 10, 2024
1 parent 89addbc commit 99cf610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/dataStructure/二叉树/对称的二叉树.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
如图,1为对称二叉树,2、3都不是。

- 两个根结点相等
- 左子树的左节点和右子树的右节点相同。
- 左子树的右节点和右子树的左节点相同。
- 右子树的左节点和左子树的右节点相同。

递归所有节点满足以上条件即二叉树对称。

Expand Down

0 comments on commit 99cf610

Please sign in to comment.