Computer Science, asked by shaktiutkarsh9150, 11 months ago

The same data is stored in b tree and b+ tree height mcq

Answers

Answered by ankurbadani84
0

Answer :- Even if the same data is stored in b tree and b+ tree, size of b+ tree is comparatively much smaller. Reason being b+ stores the pointer while b tree stores the data & key at internal nodes. It is because of this indexes in b+ tree can be referenced from external sources.

Similar questions