From fbf177d7fc10194f5627ed93c100e8a24b0dd2a4 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Tue, 20 Aug 2019 14:49:25 +0800 Subject: [PATCH] =?UTF-8?q?Update=20MySQL=5F=E5=9F=BA=E7=A1=80.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/MySQL_基础.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes/MySQL_基础.md b/notes/MySQL_基础.md index 93913b8..c8bec82 100644 --- a/notes/MySQL_基础.md +++ b/notes/MySQL_基础.md @@ -128,6 +128,7 @@ mysql> SELECT * FROM total; **B+ Tree 数据结构**
+ > 以上图片均通过数据结构可视化网站 [Data Structure Visualizations](https://www.cs.usfca.edu/~galles/visualization/Algorithms.html) 自动生成,感兴趣的小伙伴也可自行尝试。 从上面的图示中我们可以看出 B+ Tree 树具有以下优点: