How to delete an element of a tree which has two child ?
I mean I want to delete an element of a tree which is designed bu link list and the elements are nodes so I want to delete a node of the tree. By the way, The node has two child node. Please help me two write the code of deleting nodes in trees.

Replies
Know the answer? Post it — somebody with the same question will find it here.