From 104a9b999250c388889a92bbb8de5ec96b68aa29 Mon Sep 17 00:00:00 2001 From: yihong Date: Tue, 11 May 2021 13:33:43 +0800 Subject: [PATCH] add `blogs` in b-treee --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 910021f..c2269f3 100644 --- a/README.md +++ b/README.md @@ -344,6 +344,12 @@ Papers: ### B-Tree + +Blogs: + +- [B树、B+树索引算法原理(上)](https://www.codedump.info/post/20200609-btree-1/) thanks to [codedump](https://www.codedump.info/) +- [B树、B+树索引算法原理(下)](https://www.codedump.info/post/20200615-btree-2/) + Courses: - CMU [Database Systems (15-445/645)](https://15445.courses.cs.cmu.edu/fall2019/schedule.html), thanks to [Andy Pavlo](http://www.cs.cmu.edu/~pavlo/)