Question

    In a B+ tree, the leaf nodes are typically connected in a linked list to facilitate:

    A Faster searching Correct Answer Incorrect Answer
    B Efficient insertion and deletion operations Correct Answer Incorrect Answer
    C Range queries and sequential access Correct Answer Incorrect Answer
    D Data encryption and decryption Correct Answer Incorrect Answer

    Solution

    Range queries and sequential access

    Practice Next

    Relevant for Exams: