Vidyalelo
Data Structure · Q44

Trees in Data Structures

Programming · Data Structure · question 44

Q44

What is the primary benefit of using a B+ Tree over a B-Tree?

A.
B+ Trees have all values stored in leaf nodes, which improves range queries.
Answer
B.
B+ Trees use less memory.
C.
B+ Trees are simpler to implement.
D.
B+ Trees guarantee a balanced height.

Answer: Option A

Solution

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