Skip to content

Commit a234603

Browse files
committed
update content
1 parent 7fbcb87 commit a234603

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

数据结构系列/二叉树系列1.md

+2
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ void traverse(TreeNode root) {
108108
}
109109
```
110110

111+
<visual slug='mydata-invert-tree'/>
112+
111113
你把前序位置的代码移到后序位置也可以,但是直接移到中序位置是不行的,需要稍作修改,这应该很容易看出来吧,我就不说了。
112114

113115
按理说,这道题已经解决了,不过为了对比,我们再继续思考下去。

0 commit comments

Comments
 (0)