[go: nahoru, domu]

Skip to content

Commit

Permalink
Update 02.Binary-Tree-Traverse.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itcharge committed May 11, 2024
1 parent c9b938d commit 1019ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/07.Tree/01.Binary-Tree/02.Binary-Tree-Traverse.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class Solution:

如下图所示,该二叉树的后序遍历顺序为:$A - B - C - D - E - F - G - H - I - J - K$。

![二叉树的层序遍历](https://qcdn.itcharge.cn/images/20240511171712.png)
![二叉树的层序遍历](https://qcdn.itcharge.cn/images/20240511175431.png)

二叉树的层序遍历是通过队列来实现的。具体步骤如下:

Expand Down

0 comments on commit 1019ae9

Please sign in to comment.