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
Can a null element added to a treeset or hashset?
What is a pass in bubble sort?
If we add enum constants to a sorted collection ( treemap , treeset ), what will be the order in which they will be maintained?
Define ancestor and descendant ?
Is hashmap a data structure?
How will you reverse Linked List.
Why is hashing used?
What does enum do?
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).
What is the difference between hashset and treeset?
What is the difference between null and void pointer in data structures?
What are the tasks performed while traversing a binary tree?
Can hashmap have same key?
What is difference between list set and map?
What is tree in computer science?