Vidyalelo
Data Structure · Q18

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 18

Q18

What is the maximum number of children a non-root node can have in a B-Tree of order m?

A.
m - 1
B.
m + 1
C.
m
Answer
D.
m / 2

Answer: Option C

Solution

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