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
Define an algorithm. What are the types of algorithms?
Explain binary representation?
How memory is reserved using a declaration statement in data structure?
What is heap with example?
How many types of data structure are there?
Calculate the address of a random element present in a 2d array, given base address as ba.
What is the time complexity of arraylist and linked list?
What is a list of lists?
What is breadth first tree?
Can we change load factor of hashmap?
State the difference between queues and linked lists?
How would you implement two stacks using a single array?
What is list and its types?
What are two types of sorting?
Is vector a collection?