4,114 views
0 votes
0 votes
DRAW   B-TREE AND B+ TREE

WITH VALUES 1,2,3,4,5,6,7   WITH ORDER  3, AND 4

1 Answer

1 votes
1 votes

B Tree: Order 4 ==> Max Keys = 3

B+Tree: Order 4 ==> Max Keys = 3

Related questions

0 votes
0 votes
1 answer
1
Salazar asked Jan 29, 2018
3,935 views
Maximum height of a B+ tree of order m with n key values is (With Derivation), the answer is known Logceil(m/2) NI tried deriving but had some trouble, could someone assi...
0 votes
0 votes
1 answer
2
ayushjain321 asked Jun 10, 2023
333 views
let a = {2,4,6,8} suppose b is a set with |b| = 5 what are the smallest and largest possible values of |A*B|