Update 7.6B+树.md

This commit is contained in:
岩岩
2022-03-29 11:58:30 +08:00
committed by GitHub
parent 6e7ea937dd
commit 64305f520d

View File

@@ -13,9 +13,9 @@ B树任何一层都可以找到因为每一层都是数据
B+树有两种查找方式:①分块查找:从根结点查 ②顺序查找从P开始横着查。
![uTools_1638279630033](F:\408数据结构\图片\uTools_1638279630033.png)
![uTools_1638279630033](https://github.com/oxyanyano/2022-WangDao-CS-DS-Notes/blob/main/images/uTools_1638279630033.png)
![uTools_1638279791118](F:\408数据结构\图片\uTools_1638279791118.png)
![uTools_1638279791118](https://github.com/oxyanyano/2022-WangDao-CS-DS-Notes/blob/main/images/uTools_1638279791118.png)
### 二、B+树的实现
@@ -37,4 +37,4 @@ B+树有两种查找方式:①分块查找:从根结点查 ②顺序查找
### 六、B树与B+树的对比
![1638280509471](F:\408数据结构\图片\1638280509471.jpg)
![1638280509471](https://github.com/oxyanyano/2022-WangDao-CS-DS-Notes/blob/main/images/1638280509471.jpg)