Question

    What is the main advantage of using a B-tree or B+ tree over a binary search tree?

    A B-trees and B+ trees support efficient insertion and deletion operations. Correct Answer Incorrect Answer
    B B-trees and B+ trees provide faster searching than binary search trees. Correct Answer Incorrect Answer
    C B-trees and B+ trees require less memory space than binary search trees. Correct Answer Incorrect Answer
    D B-trees and B+ trees can handle unsorted data more efficiently. Correct Answer Incorrect Answer

    Solution

    B-trees and B+ trees provide faster searching than binary search trees.

    Practice Next

    Relevant for Exams:

    ×
    ×