Vidyalelo
Data Structure · Q27

Advanced Trees (AVL, RedBlack, BTrees)

Programming · Data Structure · question 27

Q27

How does a B-Tree differ from a Binary Search Tree (BST)?

A.
B-Trees have no constraints on height.
B.
B-Trees allow multiple children per node.
Answer
C.
BSTs can store more keys per node.
D.
B-Trees have no constraints on height.

Answer: Option B

Solution

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