Information on 2-3-4 Trees
This is a diagram of an example 2-3-4 tree.
Details on a 2-3-4 Tree
- A 2-3-4 Tree is a type of self-balancing tree
- Each node can have up to 4 children and three elements
-
There are certain rules of insertion that we went over in class that can be found at the link:
Link for more information