Skip to content

Commit 02c9516

Browse files
authored
Merge pull request jwasham#457 from kathu/master
Additional resource for B-trees
2 parents 1539001 + 53e220f commit 02c9516

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,6 +1808,7 @@ software engineer, and to be aware of certain technologies and algorithms, so yo
18081808
block in a particular file. The basic problem is turning the file block i address into a disk block
18091809
(or perhaps to a cylinder-head-sector) address.
18101810
- [ ] [B-Tree](https://en.wikipedia.org/wiki/B-tree)
1811+
- [ ] [B-Tree Datastructure](http://btechsmartclass.com/data_structures/b-trees.html)
18111812
- [ ] [Introduction to B-Trees (video)](https://www.youtube.com/watch?v=I22wEC1tTGo&list=PLA5Lqm4uh9Bbq-E0ZnqTIa8LRaL77ica6&index=6)
18121813
- [ ] [B-Tree Definition and Insertion (video)](https://www.youtube.com/watch?v=s3bCdZGrgpA&index=7&list=PLA5Lqm4uh9Bbq-E0ZnqTIa8LRaL77ica6)
18131814
- [ ] [B-Tree Deletion (video)](https://www.youtube.com/watch?v=svfnVhJOfMc&index=8&list=PLA5Lqm4uh9Bbq-E0ZnqTIa8LRaL77ica6)

0 commit comments

Comments
 (0)