Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xlzy520 authored Jun 25, 2021
1 parent dd7c36c commit bb9accc
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit bb9accc

Please sign in to comment.