Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit318fa67

Browse files
authored
Update binary_tree.md
1 parentb4fb27f commit318fa67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎data_structure/binary_tree.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
###二叉树遍历
66

77
**前序遍历****先访问根节点**,再前序遍历左子树,再前序遍历右子树
8+
89
**中序遍历**:先中序遍历左子树,**再访问根节点**,再中序遍历右子树
10+
911
**后序遍历**:先后序遍历左子树,再后序遍历右子树,**再访问根节点**
1012

1113
注意点

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp