Delete 733 and 735
- Merge neighboring nodes whose total number of records ≤
2m, where m is the order of the b-tree.
- Discard the empty leaf (return to free space).
- Still need to fix the parent:
- Demote the pointer to the deleted leaf, and the associated key.
- I.e., delete from the parent node.