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

Answer Posted / deependra rathode 9993072052

In a B-tree, pointers to data records exist at all levels of
the tree
In a B+-tree, all pointers to data records exists at the
leaf-level nodes
A B+-tree can have less levels (or higher capacity of search
values) than the corresponding B-tree

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When is a graph said to be weakly connected?

525


Give a good data structure for having n queues ( n not fixed) in a finite memory segment. You can have some data-structure separate for each queue. Try to use at least 90% of the memory space.

565


If you are using c language to implement the heterogeneous linked list, explain what pointer type will you use?

620


What are the two types of data?

478


Is hashset thread safe?

484






How does a selection sort work for an array?

532


How would you check if a binary tree is BST or not ? Write a program.

515


What is a list of lists?

519


What is sequential search?

544


Which data structure is used in arraylist?

488


Can we use ordered set for performing binary search?

547


Briefly explain recursive algorithm?

631


Describe tree database.

526


Which interfaces are implemented by printerstatereasons?

521


Draw a binary Tree for the expression : A * B - (C + D) * (P / Q)

965