News

If this is for a data structures class I'm surprised you weren't given the algorithm to do it.<BR><BR>For a binary tree, the node you want to delete will have no children, one child, or two children.