609 views

2 Answers

2 votes
2 votes
For a b-order B+ tree with h levels:

The minimum number of keys is

n= 2((internal node)^h-1) -1

for internal node, children of root node are 2 means  

therefore ans would be 7
1 votes
1 votes

In the B and B+ tree insertion always took place from the leaf node 

i am inserting keys in such a way so that spliting occur and i get the chance to increase the level of B+ tree 

so the answer is 5

Related questions

0 votes
0 votes
1 answer
1
iarnav asked Dec 15, 2017
1,410 views
Does values in Leaf nodes of B+ tree repeats or ever leaf node has an unique value?
2 votes
2 votes
1 answer
2
VS asked Dec 10, 2017
2,364 views
Suppose size of block 1000 bytes search key of 12 bytes, pointer size 8 bytes. How many maximum records in DB file which can index by dense B+ tree of 2 levels?
1 votes
1 votes
0 answers
3