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 we modify final arraylist?
How will you free the memory that is allocated at run time?
What is the best sorting technique?
What is the complexity of arrays sort?
What are the applications of stack?
Different Types of pattern?
Tell me about the different sorting techniques.
Which interfaces are implemented by concurrentskiplistset?
What does enum do?
What do you mean by rehashing?
Can the double-checked locking fail on a single processor system?
What is type structure?
What is dynamic array how is it created?
Write an algorithm to show the reverse of link list?
List the applications of set adt?