what is the different between B-tree and B+ tree.
Answer Posted / adithiya guru patham.v
In a B tree the insertion and deletion of the elements become more complex and also it occupies a large space when compared with the B + tree
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Can we make hashmap synchronized?
What is array define its types?
What sorting algorithm should be used for sorting strings?
What is data structures in computer science?
What is the difference between b tree and binary search tree?
Explain the uses of matrix with an example?
How hashmap increases its size?
What do you mean by balance factor of a node in avl tree?
Does arraylist maintain order?
How is heap sort implemented?
What method removes the value from the top of a stack?
Explain what is the data structures used to perform recursion?
Tell me the difference between the character array and a string.
What is array and its types with example?
Is arraylist faster than array?