Given a b tree of degree 5 and a height of 3. What is the maximum number of nodes ?
Answers
Answered by
0
Step-by-step explanation:
In a B-tree of order 5, each node can have 5 children and each each node can store 4 records. At level 1, the only node is the root. At level 2, there will be 5 nodes. At level 3, there will be 5*5=25 nodes
Similar questions