Skip to content
Merged

typo #494

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
typo
  • Loading branch information
xlzy520 authored Jun 25, 2021
commit bb9accc259a4bfa12ac5bfdd5c1ed8da46626850
2 changes: 1 addition & 1 deletion thinkings/tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ function dfs(root) {

那么此时我们称为前序遍历。

##### 后续遍历
##### 后序遍历

而如果你的代码大概是这么写的(注意主要逻辑的位置):

Expand Down