What is B+ tree?

Answer Posted / ankita dey

In the B+ tree , all keys are maintained in leaves, and
keys are replicated in non leaf nodes to define path for
locating individual records. The leaves are linked together
to provide a sequential path for traversing the keys in the
tree.

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is quicksort not stable?

439


What is an expression tree?

519


Can we insert null in hashset?

495


What is a treemap chart?

432


Explain quick sort?

550






Can a hashset contain duplicates?

474


Why is data structure?

466


Name the areas in which you can apply data structures extensively?

498


What is the difference between an array and vector?

507


Does hashmap preserve insertion order?

467


Name few classes that implement collection interface?

518


Is bubble sort adaptive?

501


Why is hashset not ordered?

485


What is the order of selection sort?

439


How many passes does bubble sort need?

471