B-tree Delete
site
c455
powered by
FreeFind
Modified:
This is a B-Tree with degree t=2
What is the minimum keys?
What is the maximum keys?
Delete the following values from the tree, one at a time in the order of: 41, 13, 12, 11, 15.
Redraw the tree after each insertion.
Start