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

How do stacks work?

602


How to use appendNode() in linkedlist()?

746


What is the difference between file structure and storage structure?

599


What is the need of sorting?

593


How can you implement a stack?

697






What will you prefer for traversing through a list of elements between singly and doubly linked lists?

631


Can treemap have null values?

585


What is the application of queue?

580


What is a B tree?

676


What is the best case for bubble sort?

553


write an algorithm to show the procedure of insertion into a b-tree?

597


Explain Array

653


What is concept of data structure?

529


Write an algorithm through which the inserting and deleting of elements can take place in circular queue?

581


What are the major data structures used in the following areas : network data model & hierarchical data model?

674