Skip to content

Commit 1019ae9

Browse files
committed
Update 02.Binary-Tree-Traverse.md
1 parent c9b938d commit 1019ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Contents/07.Tree/01.Binary-Tree/02.Binary-Tree-Traverse.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ class Solution:
273273

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

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

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

0 commit comments

Comments
 (0)