InterviewSolution
Saved Bookmarks
| 1. |
What are the leaf nodes in a B+ tree?(a) The topmost nodes(b) The bottommost nodes(c) The nodes in between the top and bottom nodes(d) None of the mentioned |
|
Answer» The correct choice is (b) The bottommost nodes Easy explanation: The bottommost nodes that mark the end of a tree are known as the leaf nodes in a B+ tree. |
|