what is the different between B-tree and B+ tree.
Answer Posted / ranjit kumar singh
The demerit of B+ tree is that it takes more space but its advantage is that it is used by RDBMS for faster retrieval of data or record.
Is This Answer Correct ? | 28 Yes | 10 No |
Post New Answer View All Answers
How do you increase the capacity of an arraylist?
Explain the applications of stack?
Is bucket sort stable?
Differentiate between the singly linked list and doubly linked list.
In what areas do data structures applied?
What do you mean by an Array?
What thread means?
an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
State the rules to be followed during infix to prefix conversions?
Why is concurrenthashmap thread safe?
What is time complexity of binary search?
What is a reverse linked list.
What are the different binary tree traversal techniques?
What are the five examples of data?
How do you do a selection sort?