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

Which one is the simplest sorting in data structure?

621


Is vector synchronized?

517


What happens in insertion sort?

485


Write the advantage of separate chaining?

471


What is collections singletonmap?

467






What is binary search tree and explain its time complexity?

508


Differentiate between arraylist and linkedlist.

615


Define 2-3 tree?

556


Which sorting algorithm is used in collections sort?

420


Is it legal to initialize list like this?

543


Why is arraylist used?

474


How arraylist increase its size?

458


What are the advantages of bubble sort?

466


Explain the term run-time stack?

612


What is the difference between one and two dimensional?

502