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.
B. B+ Trees use less memory.
C. B+ Trees are simpler to implement.
D. B+ Trees guarantee a balanced height.
Answer: Option A
Join The Discussion