- Stock number "1020" is added. The number of keys
in the root is 5 and exceeds the Bktfr (4) so the root is split. (2:3).
The smallest key in the Right hand side (RHS) "1069" becomes the new parent.
- "1045" needs to be added.
The tree is searched for the record by labeling the pointers 0..4, The key
"1045" is smaller than the first key "1069", so pointer 0 followed.
The pointers are followed "1020","1035" and room is found in the leaf
so the key value "1045" is added.
- "2010" is added.
|
 |