Skip to content

Commit

Permalink
Update 01.Binary-Tree-Basic.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itcharge committed Dec 26, 2023
1 parent ad0a66e commit 3af2fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/07.Tree/01.Binary-Tree/01.Binary-Tree-Basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class TreeNode:
self.right = right
```

下面我们将值为 $1、2、3、4、5、6、7$ 的二叉树使用链式存储结构进行存储,即为下图所示。
下面我们将值为 $[1, 2, 3, 4, 5, 6, 7]$ 的二叉树使用链式存储结构进行存储,即为下图所示。

![](https://qcdn.itcharge.cn/images/20220221153539.png)

Expand Down

0 comments on commit 3af2fcd

Please sign in to comment.