0
Reply

How to delete an element of a tree which has two child ?

Joe Wilson

Joe Wilson

Nov 22 2014 5:03 AM
556
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.