tags:

views:

68

answers:

0

Hey, i want to program a function delete that given a tree, i can delete a node in the tree so it should return the original tree minus the node and the subtree of this node. every hint helps, and thanx in advance:)