378 views
1 votes
1 votes
How to prove that if no of leaf nodes in a B+ tree is n then total no of keys in internal nodes will be n-1.
I  am able 2 prove it by taking min no of nodes  or maximum no of nodes but how 2 prove in a generalized way ??

Please log in or register to answer this question.

Related questions

160
views
0 answers
0 votes
SandeepKumar147 asked Apr 25
160 views
583
views
0 answers
0 votes
Sahil_Lather asked Jan 29, 2023
583 views
In a B+ Tree index having order 6, which is the maximum number of child pointers it can have. Keys are numbered from 1 to 83. What can be the maximum number of nodes which can be used to store all the keys?A. 17B. 19C. 59D. 57
3.3k
views
2 answers
2 votes
HeartBleed asked Feb 4, 2019
3,268 views
Which of the following is not correct about B + Tree, which is used for creating indexof relational database table?(a) Key values in each node kept in sorted ... + tree is height balanced tree(d) Non-leaf node have pointers to data records
2.2k
views
3 answers
0 votes
Na462 asked Feb 2, 2019
2,163 views