InterviewSolution
Saved Bookmarks
| 1. |
Explain the differences between B tree and B+ tree? |
|
Answer» The principal difference between a B tree and a B+ tree will be, in a B Tree is CAPABLE of SAVING both keys and data in the LEAF and internal nodes, WHEREAS the B+ can only STORE data in the leaf nodes. |
|