1.

The following lines talks about deleting a node in a binary tree.(the tree property must not be violated after deletion)

A. from root search for the node to be deleted
B.
C. delete the node at
D. and fill up statement iii)
Answer» E.


Discussion

No Comment Found