Skip to content

Commit cdf6442

Browse files
author
lucifer
committed
fix: 图片地址错了
1 parent b36a9ec commit cdf6442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/101.symmetric-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ https://leetcode-cn.com/problems/symmetric-tree/
3838

3939
看到这题的时候,我的第一直觉是 DFS。然后我就想:`如果左子树是镜像,并且右子树也是镜像,是不是就说明整体是镜像?`。经过几秒的思考, 这显然是不对的,不符合题意。
4040

41-
![image.png](https://pic.leetcode-cn.com/c02473264b39ed7910c93ffc1d6d1e1d6e364a08487fcb40d52e58dacb29d014-image.png)
41+
![](https://tva1.sinaimg.cn/large/007S8ZIlly1gfbmeoo45bj31200iuabh.jpg)
4242

4343
很明显其中左子树中的节点会和右子树中的节点进行比较,我把比较的元素进行了颜色区分,方便大家看。
4444

0 commit comments

Comments
 (0)