what is the different between B-tree and B+ tree.
Answer Posted / baskerdearer
In B+ tree all the data present at the leaf node. so we can
easily access the data. In DBMS the table value stored by
B+ tree.
| Is This Answer Correct ? | 83 Yes | 8 No |
Post New Answer View All Answers
How arraylist increase its size?
How will you check the validity of an expression containing nested parentheses?
What are linked lists used for?
Does the minimal spanning tree of a graph give the shortest distance between any 2 specified nodes?
What is an example of an array?
What is faster array or arraylist?
What is a subtree in data structures?
What are the disadvantages of linked list?
Which is better selection or bubble sort?
What does list clear do?
What are the different types of linked list?
What is map entry?
Explain the principle of quicksort. What is its complexity?
What is sorting in data structure?
how to insert a new node in linked list where free node will be available?