B-Tree Data Structure

B-Tree example

B-tree.svg
By CyHawk - Own work based on [1]., CC BY-SA 3.0, Link

OverView

We learned many different type of data strcture specficially trees, and this page will talk about B-Tree

Explanation

B-Tree is self-balancing tree data structure that maintains sorted data and allows function of search, insert, and delete. B-tree can have multiple key per node, which make it different from other binary search tree.

Key Properties