Computer Science, asked by samsoniss61, 4 months ago

define B tree give an example of a B tree​

Answers

Answered by ITZProGaurav2
2

Answer:

B Tree is a specialized m-way tree that can be widely used for disk access. ... Every node in a B-Tree contains at most m children. Every node in a B-Tree except the root node and the leaf node contain at least m/2 children. The root nodes must have at least 2 nodes..

Similar questions