Skip to content

Commit

Permalink
Merge pull request #1 from kathu/kathu-patch-b-tree
Browse files Browse the repository at this point in the history
additional resource for B-tree
  • Loading branch information
kathu authored Oct 11, 2019
2 parents 1539001 + 5dc5457 commit 53e220f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 53e220f

Please sign in to comment.