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

What does a treemap do?

458


How to get top two numbers from an array?

590


Define separate chaining?

545


State the merit of linked representation of binary trees?

528


Explain Stack

576






Explain how is linked list implemented?

529


Which interfaces are implemented by linkedhashset?

519


Define b-tree of order m?

568


Explain Queue

648


Write a program to reverse a single linked list.

554


An array having 100 elements have numbers from 1 to 99 randomly out of which any number is repeated. Find the repeated number in minimum time and space complexity.

699


How many null values are allowed in a set?

468


Why do we need to recycle?

452


Can arraylist store objects?

459


Write a program for reversing the Single Linked List?

731