Madam,In a red black tree we have to delete a node which have 2 child node.Then, will we have to consider all cases of red black tree? Because there is written in handouts slides of deletion you that we are not handling case c here. If it is so, then we will no longer have a red black tree.if we are handling case c then which will be our "node" "N" on which we will apply all cases after deletion the node1. The highest key in left?2. The node we actually want to delete.
mam
what will be our "node" in this case. on which we will be applying cases.