What is B+ tree?

Answer Posted / nani

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 ?    11 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is b tree in data structure?

492


What is inplace sorting?

605


Explain the Complete structure of hashmap along with the basic coding of the hashmap internal implementation.

606


What is an array vs list?

490


What's the difference between a hashtable and a hashmap?

470






What is a undirected graph?

575


Is an arraylist a vector?

505


What is the best complexity of bubble sort?

476


Is vector a collection?

467


How do you sort an array in decreasing order?

477


How do you represent a linked list?

511


How does shell sort work?

516


Does linkedhashset allow null values?

512


Is array of data structure?

448


What is sorting explain?

495