- Show the tree after delete(30) (5 pts)
- Using the original tree,
we now perform delete(53):
- Show the resulting tree if
the underflow is resolved with
a transfer operation with
its left immediate sibling node
(10 pts)
- Show the resulting tree if
the underflow is resolved with
a merge operation with
its right immediate sibling node
(10 pts)
|
- Using the original tree,
we now perform delete(20):
- Give the (2,4)-tree after deleting 20,
ignoring any underflow (5 pts)
- Give the (2,4)-tree
after fixing
the initial underflow (10 pts)
- Give each of the (2,4)-tree s
after fixing
each additional underflow (10 pts)
|
|