What is B+ tree?

Answer Posted / wonder

A B+ tree is a data structure in which records associated
with the search keys are at the leaves of the tree.This
provide efficient retrieval,insertion and removal of
records.Keys are triplicale to the non-leaf nodes to
provide a path to the searched record.
NT file system,JFS2 file system and Rationaldata base often
used this data structure for indices.

Is This Answer Correct ?    77 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the benefits of using arrays?

496


What is structure of data type?

476


What is variable size arrays?and why we use it?

607


How do you sort a collection in descending order?

532


What is pivot in quicksort?

476






What is the prerequisite for binary searching?

549


What are the 3 types of variables?

489


Give the example of validating the parenthesis of expression using stack.

580


What is harvesting in agriculture?

487


What is data and data types?

502


Explain the terms base case, recursive case, binding time, run-time stack and tail recursion.

455


Which is better bubble sort or selection sort?

461


Is an arraylist a vector?

483


What are the advantages and disadvantages of copyonwritearraylist?

617


What is binary tree and its properties?

450