B-Tree in Data Structure
Properties of B-Tree The Height of B-Tree: Thee number of disk access required for most operation on a b-tree is proportional to height of b-tree. So, we analyze worst tree height of b-tree if $n\ge 1$ then for any n key B-tree of height (h) and the minimum degree $ (t) \ge 2 $ the […]
B-Tree in Data Structure Read More »