Some Information About B-Trees
What makes B-Trees so efficient?
- They are more energy efficient - they can store 3 values per node instead of 1.
- They are self balancing - creating fewer levels in the tree.
- Because of the small amount of levels and high amount of data per node, access time is much more efficient.
What does a typical B-Tree look like?
Where can I find more information about B-Trees?
Click Here To Find Out More!