what is the different between B-tree and B+ tree.
Answer Posted / baskerdearer
In B+ tree all the data present at the leaf node. so we can
easily access the data. In DBMS the table value stored by
B+ tree.
| Is This Answer Correct ? | 83 Yes | 8 No |
Post New Answer View All Answers
How to get top two numbers from an array?
What is a map in programming?
What are the different data structures?
What do you mean by disjoint set adt?
Why set will not allow duplicates?
What is the default size of arraylist?
How do I start preparing for placement?
What is the complexity of adding an element to the heap?
Define threaded binary tree.
What do you mean by free pool?
Can we add duplicate keys in a hashmap?
What is Storage Structures and File Structures? Can you show their relation? What are the examples of each? Thanks
Can we insert null in hashset?
What are hash tables good for?
Can hashmap have same key?