Lecture 21

Learning objectives

After this class, you should be able to:

  1. Give the definition of a B-Tree and explain its idea.
  2. Explain the advantage of a B-Tree over an AVL tree when data resides on disk.
  3. Given a sequence of inserts and deletes on a B-Tree, show the state of the B-Tree after those operations.

Reading assignment

  1. Section 4.7.
  2. Lecture: B-Trees.

Exercises and review questions


Last modified: 24 Oct 2011