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
What is queue in data structure?
What is the difference between the hash table and hash map?
What are stacks? Give some of its applications.
Write a program to reverse a single linked list.
What is declaring array?
What is meant by linked list?
Mention for which header list, you will found the last node contains the null pointer?
How do you find the number of comparisons in bubble sort?
Does arraylist contain duplicates?
What is time complexity of binary search?
Which is the best book for data structures and algorithms?
Give a real time example of stack
Can hashmap have same key?
What is meant by balanced binary tree?
Why linked lists are better than arrays?