Question 909 – Fork
May 18, 2024Question 12956 – HCU PHD CS MAY 2015
May 18, 2024HCU PHD CS MAY 2015
Question 5 |
The maximum number of items in a B-tree of order m and height h is
mh -1 | |
mh-1 + I | |
mh+1 – 1 | |
mh +1 |
Question 5 Explanation:
The maximum number of items in a B-Tree of order m and height h is :
m^h+1 -1
m^h+1 -1
Correct Answer: C
Question 5 Explanation:
The maximum number of items in a B-Tree of order m and height h is :
m^h+1 -1
m^h+1 -1