From 5dc5457b26e7d538485ad95476888a23af23bcde Mon Sep 17 00:00:00 2001 From: Nikita S Date: Fri, 11 Oct 2019 22:51:21 +0300 Subject: [PATCH] additional resource for B-tree Found a good intro to B-trees --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b80601e8d..a814bf46e3 100644 --- a/README.md +++ b/README.md @@ -1808,6 +1808,7 @@ software engineer, and to be aware of certain technologies and algorithms, so yo block in a particular file. The basic problem is turning the file block i address into a disk block (or perhaps to a cylinder-head-sector) address. - [ ] [B-Tree](https://en.wikipedia.org/wiki/B-tree) + - [ ] [B-Tree Datastructure](http://btechsmartclass.com/data_structures/b-trees.html) - [ ] [Introduction to B-Trees (video)](https://www.youtube.com/watch?v=I22wEC1tTGo&list=PLA5Lqm4uh9Bbq-E0ZnqTIa8LRaL77ica6&index=6) - [ ] [B-Tree Definition and Insertion (video)](https://www.youtube.com/watch?v=s3bCdZGrgpA&index=7&list=PLA5Lqm4uh9Bbq-E0ZnqTIa8LRaL77ica6) - [ ] [B-Tree Deletion (video)](https://www.youtube.com/watch?v=svfnVhJOfMc&index=8&list=PLA5Lqm4uh9Bbq-E0ZnqTIa8LRaL77ica6)