Lecture 21
Learning objectives
After this class, you should be able to:
- Give the definition of a B-Tree and explain its idea.
- Explain the advantage of a B-Tree over an AVL tree when data resides on disk.
- Given a sequence of inserts and deletes on a B-Tree, show the state of the B-Tree after those operations.
Reading assignment
- Section 4.7.
- Lecture: B-Trees.
Exercises and review questions
- Exercises and review questions on current lecture's material
- Show the B-tree that results after inserting 25 into the B-Tree of figure 4.66.
- Show the B-Tree that results after inserting 25.5 into the answer of the previous question.
- Show the B-tree that results after deleting 6 from the B-Tree of figure 4.66.
- Questions on next lecture's material
- None.
Last modified: 24 Oct 2011