what is the different between B-tree and B+ tree.
Answer Posted / kamar rahi
In a B- tree you can store both keys and data in the
internal/leaf nodes. But in a B+ tree you have to store the
data in the leaf nodes only.
| Is This Answer Correct ? | 60 Yes | 6 No |
Post New Answer View All Answers
Are collections thread safe?
Can you override methods of arraylist?
What is the advantage of circular linked list?
Can value be null in treemap?
Which interfaces are implemented by enumset?
Are dictionaries mutable?
What do you mean by linear probing?
Are sets sorted?
Is boolean a data type?
What is the difference between b tree and binary search tree?
Give a basic algorithm for searching a binary search tree?
How dynamic arrays are created?
What is the default size of arraylist?
How does variable declaration affect memory allocation?
What is quick sort example?