2-3-4 Trees
This lesson is a brief introduction to 2-3-4 Trees. We will discuss its key features and take a look at its examples.
We'll cover the following...
Introduction
2-3-4 is a search tree which is an advanced version of 2-3 Trees. This tree can accommodate more keys and hence more child nodes as compared to 2-3 Trees. 2-3-4 satisfies all the properties covered in 2-3 Trees along with some additional key features:
-
Each internal node can contain at max three keys
-
Each internal ...
Access this course and 1400+ top-rated courses and projects.