add the following keys to a B-tree, the provided order is :
18, 44, 63, 5, 3, 7, 46, 38, 22, 37.
The oder of B-tree is 4.
Q: How many keys are left in root node?
I thought it was 1, because the order = 4... but it is wrong!!
add the following keys to a B-tree, the provided order is :
18, 44, 63, 5, 3, 7, 46, 38, 22, 37.
The oder of B-tree is 4.
Q: How many keys are left in root node?
I thought it was 1, because the order = 4... but it is wrong!!