B Trees

Why Do We Use B Trees?

B Tree Properties

  1. They are search trees with ordered children and values
  2. They are self balancing
  3. They grow from the root upwards
  4. Insertions are only into leaf nodes

To learn more about B-Trees, visit: Introduction of B Tree