B-tree Insert
|
Document last modified:
|
- This is a B-Tree with degree t=2
- What is the minimum keys?
- What is the maximum keys?
- When is a node split?
- Insert the following values into the tree, one at a time: 43, 7, 13
- Redraw the tree after each insertion.
