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
Can you list out the areas in which data structures are applied extensively?
How would you reverse characters of an array without using indexing in the array.
what is Linked lists?
Can a binary tree be empty?
What is dynamic array how is it created?
What is bubble sort algorithm in data structure sort and searching?
What does list clear do?
Given an unsorted linked list, and without using a temporary buffer, write a method that will delete any duplicates from the linked list?
What is binary search in data structure?
What is modcount in hashmap?
Is it possible to increase size of array?
Which sorting technique is best in worst case?
How can you add an item to the beginning of the list?
How do you find a string is anagram or not?
Does arraylist allow null values?