Vidyalelo
Data Structure · Q7

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 7

Q7

What is the order of a B-Tree if it has a maximum of m children per node?

A.
2m
B.
m
Answer
C.
log2(m)
D.
2m

Answer: Option B

Solution

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