替换图片链接
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
* 后序遍历 postorder = [9,15,7,20,3]
|
||||
返回如下的二叉树:
|
||||
|
||||

|
||||

|
||||
|
||||
## 算法公开课
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
流程如图:
|
||||
|
||||

|
||||

|
||||
|
||||
那么代码应该怎么写呢?
|
||||
|
||||
@@ -411,7 +411,7 @@ public:
|
||||
中序遍历 inorder = [9,3,15,20,7]
|
||||
返回如下的二叉树:
|
||||
|
||||

|
||||

|
||||
|
||||
### 思路
|
||||
|
||||
@@ -554,7 +554,7 @@ public:
|
||||
|
||||
举一个例子:
|
||||
|
||||

|
||||

|
||||
|
||||
tree1 的前序遍历是[1 2 3], 后序遍历是[3 2 1]。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user