Tree 2 3 4

Tree 2 3 4

2-3-4 trees are interesting for several reasons. First, they’re balanced trees like red-black trees. They’re slightly less efficient than red-black trees but easier to program. Second, and most important, they serve as an easy-to-understand introduction to B-trees.

Examples in this chapter:

  1. Tree 2 3 4