Data Structure - B Tree


B Tree is a balanced, multi-way binary tree.

If it has only root node

two child nodes

All leaf nodes are at same level

m (degree) node

All internal nodes has m/2 child nodes (at least)

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements