Answer Posted / amit patra
In a B+ tree all keys which are in non leaf node will point to
next leaf, So we can traverse sequentially also.
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What is data structure and data type?
Explain the steps to insert data into a singly linked list?
What is non linear structure?
List the types of tree.
What do you know about traversal in linked lists?
Why do we Use a Multidimensional Array?
What is difference between list and array?
How can you add an item to the beginning of the list?
How expression trees are gets represented in data structure?
What are red-black trees?
What is data and data types?
What is the difference between for and foreach loop?
What are the scenarios in which an element can be inserted into the circular queue?
Is json a data structure?
Can we apply binary search algorithm to a sorted linked list, why?