Vidyalelo
Data Structure · Q32

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 32

Q32

In a B-Tree of order m, what is the maximum number of keys a node can contain?

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

Answer: Option B

Solution

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