what is the different between B-tree and B+ tree.

Answer Posted / shivhar bhalerao

In B-tree more no of data pointer is required to store the
data and link of the data pointer ie. tree pointer so it
required more space accommodate in database.
But in B+ tree only leaf node is required to store data and
one link pointer so space is utilization is high as compare
to B tree ............

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the Linked List

634


Can hashset contain null?

472


Write a program using mergesort technique.

538


What does the term sorting refer to?

569


Will it create any problem if we add elements with key as user defined object into the treemap?

520






How do you find the space complexity of a bubble sort?

490


Why is the isempty() member method called?

561


why boundary tag representation is used?

518


Write the procedure to convert general tree to binary tree?

547


What is the meaning of arraylist?

488


What is arrays copyof?

465


How does variable declaration affect memory allocation?

1310


What is worst case complexity algorithm?

477


What is a B tree?

589


Check if duplicates exist in an array of N which has range 1 to N.

544