mirror of
https://github.com/chefyuan/algorithm-base.git
synced 2025-08-06 07:31:57 +00:00
代码重构 【Github Actions】
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
我们知道后序遍历的顺序是,` 对于树中的某节点, 先遍历该节点的左子树, 再遍历其右子树, 最后遍历该节点`。
|
||||
|
||||
那么我们如何利用栈来解决呢?
|
||||
那么我们如何利用栈来解决呢?
|
||||
|
||||
我们直接来看动画,看动画之前,但是我们`需要带着问题看动画`,问题搞懂之后也就搞定了后序遍历。
|
||||
|
||||
|
Reference in New Issue
Block a user