CS 411 Fall 2025  >  Outline & Supplemental Notes for October 22, 2025


CS 411 Fall 2025
Outline & Supplemental Notes
for October 22, 2025

Outline

B-Trees [L 7.4]

Supplemental Notes

B-Tree vs. B+ Tree

The B-Tree described in the text is more properly a B+ Tree. In a proper B-Tree, each key occurs in only one node, and the leaves are not organized into a linked list. However, B+ Trees are often called B-Trees, for some reason.