389 views
0 votes
0 votes
if the order of the leaf node of a b+ tree is 3.where order of this leaf node represents the maximum number of (key,record ptr ) pair present in it then what is the minimum number of key possible in that leaf node?
a)1 b)2

2 Answers

Related questions

0 votes
0 votes
1 answer
2
Subham Nagar asked Dec 15, 2018
522 views
Consider a B+ -tree in which the maximum no. of keys in a root is 11. What will be minimum no. of keys in a non-root node? What will be the same in a B-TreePlease also re...
2 votes
2 votes
2 answers
3
aditi19 asked Nov 23, 2018
1,642 views
what is the minimum and maximum number of keys for non-leaf nodes and leaf nodes for B+ Tree of order p?
0 votes
0 votes
0 answers
4
Shamim Ahmed asked Nov 16, 2018
290 views
https://gateoverflow.in/3723/gate2004-it-79In the above question why record pointer is considered in internal node size calculation?