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
Define balancing condition for AVL Tree.
Which is better hashmap or hashtable?
Does list maintain insertion order?
What is bubble sort algorithm in data structure sort and searching?
What are the basic operations of stack?
What are linked list?
State the difference between arrays and linked lists?
Write program for Bubble Sort ?
What is minimum depth of binary tree?
What is the height of a binary tree?
Why do we use sorting?
What are the disadvantages of using collection classes over arrays?
Why is the isempty() member method called?
Is hashmap fail safe?
What is hashing in cyber security?