Question

    Which property distinguishes a B+ tree from a B-tree?

    A B+ trees have additional pointers to leaf nodes. Correct Answer Incorrect Answer
    B B+ trees have a greater branching factor than B-trees. Correct Answer Incorrect Answer
    C B+ trees store data only in the leaf nodes. Correct Answer Incorrect Answer
    D B+ trees have a balanced height, unlike B-trees. Correct Answer Incorrect Answer

    Solution

    B+ trees store data only in the leaf nodes.

    Practice Next

    Relevant for Exams: