590 views
1 votes
1 votes
Can someone show insertion steps for this question? Also, how can the order be odd as it is equal to 2*d(minimum degree)...because when i try to split during insertion of 4, i get confusion how to split?

The following key values are inserted into a B+ - tree in which order of the internal nodes is 3, and that of the leaf nodes is 2, in the sequence given below. The order of internal nodes is the maximum number of tree pointers in each node, and the order of leaf nodes is the maximum number of data items that can be stored in it. The B+ - tree is initially empty

10, 3, 6, 8, 4, 2, 1

The maximum number of times leaf nodes would get split up as a result of these insertions is

Please log in or register to answer this question.

Related questions

0 votes
0 votes
2 answers
1
debasree88 asked Feb 24, 2019
905 views
I am getting the answer as c but the given answer is b. How b can be ans, there is a cycle R1x->W1x (s1->s2) and W1y->w1y(s2->s1),so s1,s2 can not be conflict serializabl...
–1 votes
–1 votes
0 answers
2
phaneendrababu asked Dec 16, 2018
221 views
Can anyone explain?
0 votes
0 votes
0 answers
3
vk_9_1_9 asked Aug 17, 2018
163 views
What does this relational calculus evaluates to?(A) Names of employees with a male supervisor.(B) Names of employees with no immediate male subordinates.(C) Names of empl...
0 votes
0 votes
1 answer
4
Rishabh Gupta 2 asked Dec 9, 2017
1,072 views
https://gateoverflow.in/1330/gate2009-44Can anybody provide me the diagrams of the insertion operations. In both the cases, left biasing and right biasing.Do we split eve...