edited by
1,715 views
2 votes
2 votes

Consider the following $B^+$ tree with the order of internal and leaf nodes as $3$ and $2$ respectively: 

The minimum number of key insertions that causes a new level to be introduced in the above $B^+$ tree ________. (Assume key redistribution is not allowed)

edited by

1 Answer

Best answer
4 votes
4 votes
  • We need minimum 3 key insertion for new level.

Maximum key for internal =2.

Maximum key for leaf =2.

selected by

Related questions

0 votes
0 votes
3 answers
2
Na462 asked Feb 2, 2019
2,122 views
0 votes
0 votes
1 answer
3
iarnav asked Dec 15, 2017
1,414 views
Does values in Leaf nodes of B+ tree repeats or ever leaf node has an unique value?
0 votes
0 votes
0 answers
4
iarnav asked Dec 15, 2017
200 views
can anyone please explain the standard/universal procedure on how to perform deletion in b+ tree with the help of an example.