mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-02 10:13:00 +08:00
Add figure and table numbers in normal texts.
This commit is contained in:
@@ -372,7 +372,7 @@
|
||||
|
||||
```
|
||||
|
||||
## 插入与删除节点
|
||||
### 插入与删除节点
|
||||
|
||||
与链表类似,在二叉树中插入与删除节点可以通过修改指针来实现。下图给出了一个示例。
|
||||
|
||||
@@ -553,7 +553,7 @@
|
||||
|
||||
如下表所示,在最佳和最差结构下,二叉树的叶节点数量、节点总数、高度等达到极大或极小值。
|
||||
|
||||
<p align="center"> 表:二叉树的最佳与最差情况 </p>
|
||||
<p align="center"> 表 <id> 二叉树的最佳与最差情况 </p>
|
||||
|
||||
| | 完美二叉树 | 链表 |
|
||||
| ----------------------------- | ---------- | ---------- |
|
||||
|
||||
Reference in New Issue
Block a user