Vidyalelo
Data Structure · Q26

Trees in Data Structures

Programming · Data Structure · question 26

Q26

In a B-Tree, what is the significance of the "order" of the tree?

A.
It determines the maximum number of children each node can have
Answer
B.
It determines the minimum height of the tree
C.
It determines the number of levels in the tree
D.
It determines the maximum number of levels

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board